Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-build
Commits
5313b19f
Commit
5313b19f
authored
Mar 31, 2021
by
Erin van der Veen
Browse files
Add eastwood-lint
parent
fe3fd745
Pipeline
#50535
passed with stage
in 15 minutes and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-eastwood-lint/linux-x64/build.sh
0 → 100755
View file @
5313b19f
#!/bin/sh
set
-e
mkdir
-p
target/clean-eastwood-lint
# Build tools
export
CLEAN_HOME
=
`
pwd
`
/build/clean
export
PATH
=
$CLEAN_HOME
/bin:
$PATH
cp
-r
src/eastwood-main build/clean-eastwood-lint
mkdir
-p
target/clean-eastwood-lint/bin
(
cd
build/clean-eastwood-lint/src/linter/
mv
EastwoodLint.prj.default EastwoodLint.prj
cpm project EastwoodLint.prj build
)
cp
build/clean-eastwood-lint/src/linter/eastwood-lint target/clean-eastwood-lint/bin/eastwood-lint
clean-eastwood-lint/linux-x64/dependencies.txt
0 → 100644
View file @
5313b19f
clean-base
clean-lib-platform
clean-eastwood-lint/linux-x64/git-sources.txt
0 → 100644
View file @
5313b19f
https://gitlab.com/top-software/eastwood main
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment