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
084a6bb4
Commit
084a6bb4
authored
Mar 31, 2021
by
Erin van der Veen
Browse files
in eastwood-lint add remaining architectures
parent
5313b19f
Pipeline
#50537
passed with stage
in 15 minutes and 12 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-eastwood-lint/linux-x64/linux-arm64
0 → 120000
View file @
084a6bb4
linux-arm64
\ No newline at end of file
clean-eastwood-lint/linux-x86
0 → 120000
View file @
084a6bb4
linux-x64/
\ No newline at end of file
clean-eastwood-lint/macos-x64
0 → 120000
View file @
084a6bb4
linux-x64/
\ No newline at end of file
clean-eastwood-lint/windows-x64/build.sh
0 → 100755
View file @
084a6bb4
#!/bin/sh
set
-e
mkdir
-p
target/clean-eastwood-lint
# Build tools
export
CLEAN_HOME
=
`
cygpath
--windows
--absolute
build/clean
`
export
PATH
=
$CLEAN_HOME
:
$CLEAN_HOME
\\
Tools:
$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
EastwoodLintWin.prj.default EastwoodLint.prj
cpm project EastwoodLint.prj build
)
cp
build/clean-eastwood-lint/src/linter/eastwood-lint.exe target/clean-eastwood-lint/bin/eastwood-lint.exe
clean-eastwood-lint/windows-x64/dependencies.txt
0 → 100644
View file @
084a6bb4
clean-base
clean-lib-platform
clean-eastwood-lint/windows-x64/git-sources.txt
0 → 100644
View file @
084a6bb4
https://gitlab.com/top-software/eastwood main
clean-eastwood-lint/windows-x86
0 → 120000
View file @
084a6bb4
windows-x64/
\ No newline at end of file
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