Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
gast
Commits
f6c30edf
Verified
Commit
f6c30edf
authored
Jun 07, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CI
parent
85d26efb
Pipeline
#11940
failed with stage
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
.gitignore
.gitignore
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
No files found.
.gitignore
View file @
f6c30edf
*.abc
*.o
*.tcl
*.prj
*.exe
a.out
.gitlab-ci.yml
0 → 100644
View file @
f6c30edf
test
:
image
:
"
camilstaps/clean:base"
before_script
:
-
apt-get update -qq
-
apt-get install -y -qq --no-install-recommends ca-certificates curl tar build-essential
-
curl https://ftp.cs.ru.nl/Clean/builds/linux-x64/clean-base-linux-x64-latest.tgz | tar xzv --strip-components=1 -C /opt/clean
-
curl https://ftp.cs.ru.nl/Clean/builds/linux-x64/clean-lib-platform-linux-x64-latest.tgz | tar xzv --strip-components=1 -C /opt/clean
script
:
-
cd Tests
-
cp test0.prj.default test0.prj; cpm project test0.prj build
-
clm -IL Platform -I ../Libraries with_options
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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