Compare commits
9 commits
master
...
support/gi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37d3ca453c | ||
|
|
8afcb82774 | ||
|
|
dfb9fc3953 | ||
|
|
7d8f213867 | ||
|
|
33cb1330fe | ||
|
|
ae5b253665 | ||
|
|
3cd6473dd6 | ||
|
|
9f36a58f98 | ||
|
|
ba22c611f6 |
1 changed files with 18 additions and 26 deletions
|
|
@ -1,36 +1,28 @@
|
||||||
stages:
|
stages:
|
||||||
- pull
|
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
before_script:
|
build:
|
||||||
- cd /var/www/Projects/595.peerplays/blockchain
|
|
||||||
|
|
||||||
pulljob:
|
|
||||||
stage: pull
|
|
||||||
script:
|
|
||||||
- git pull origin master
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
tags:
|
|
||||||
- pp-dev
|
|
||||||
|
|
||||||
buildjob:
|
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- git submodule update --init --recursive
|
||||||
- cmake .
|
- cmake .
|
||||||
- make
|
- make -j$(nproc)
|
||||||
only:
|
artifacts:
|
||||||
- master
|
untracked: true
|
||||||
|
paths:
|
||||||
|
- libraries/
|
||||||
|
- programs/
|
||||||
|
- tests/
|
||||||
tags:
|
tags:
|
||||||
- pp-dev
|
- builder
|
||||||
|
|
||||||
testjob:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
dependencies:
|
||||||
|
- build
|
||||||
script:
|
script:
|
||||||
|
- ./tests/betting_test
|
||||||
- ./tests/chain_test
|
- ./tests/chain_test
|
||||||
- ./tests/tournament_test
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
tags:
|
tags:
|
||||||
- pp-dev
|
- builder
|
||||||
Loading…
Reference in a new issue