repo.or.cz
/
AquilaOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add time tracking interface
[AquilaOS.git]
/
.gitlab-ci.yml
blob
26f9b6903750e9995fa190f0d9ee80c9bef44b38
1
image: manwar/aquila
2
3
build:
4
stage: build
5
before_script:
6
- apt update && apt -y install make cpio texinfo grub-pc-bin xorriso wget
7
script:
8
- export PATH=$PATH:/opt/aquila/bin
9
- export TRAVIS_BUILD_DIR=$(pwd)
10
- make aquila.iso -j$(nproc)
11
artifacts:
12
paths:
13
- aquila.iso