git.ucc.asn.au
/
tpg
/
opendispense2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f892fc2
)
Gitlab CI - Add libraries
author
John Hodge
<
[email protected]
>
Sun, 19 Sep 2021 06:42:12 +0000
(14:42 +0800)
committer
John Hodge
<
[email protected]
>
Sun, 19 Sep 2021 06:42:12 +0000
(14:42 +0800)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
c2ad740
..
18b003c
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-8,8
+8,8
@@
build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
-
#
before_script:
- # - apt update && apt -y install make autoconf
+ before_script:
+ - apt update && apt -y install libncurses-dev libmodbus-dev libsqlite3-dev libident-dev
script:
- make -C src/
artifacts:
UCC
git Repository :: git.ucc.asn.au