repo.or.cz
/
slib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update action steps
[slib.git]
/
.gitlab-ci.yml
blob
4f22ac65d456f85fdb22c080937ab79a8481686f
1
job1:
2
script: "./configure.plain && make test"
3
4
job2:
5
before_script:
6
- apt-get update
7
- apt-get install -y cmake
8
script: "cmake . && make && make test"