Disable build, test CI

This commit is contained in:
Emanuel Vieira 2023-01-31 13:11:19 +00:00
parent 7d1b1eabb5
commit 5f74d00b50
1 changed files with 20 additions and 20 deletions

View File

@ -1,31 +1,31 @@
image: registry.es.av.it.pt/cicd/archmaker
stages:
- build
- test
# - build
# - test
- deploy release
- deploy debug
.dependencies:
before_script:
- pacman -Sy zeromq it2s-config-git it2s-asn-git it2s-tender-git mariadb it2s-gps-git it2s-obd-git --overwrite=* --noconfirm
#.dependencies:
# before_script:
# - pacman -Sy zeromq it2s-config-git it2s-asn-git it2s-tender-git mariadb it2s-gps-git it2s-obd-git --overwrite=* --noconfirm
build:
stage: build
extends: .dependencies
script: mkdir build && cd build && cmake .. && make
artifacts:
paths:
- ./build/src/it2s-itss-facilities
- ./build/test/tester
expire_in: 1 hour
#build:
# stage: build
# extends: .dependencies
# script: mkdir build && cd build && cmake .. && make
# artifacts:
# paths:
# - ./build/src/it2s-itss-facilities
# - ./build/test/tester
# expire_in: 1 hour
test:
stage: test
extends: .dependencies
script:
- cd test
- sh spawn.sh
#test:
# stage: test
# extends: .dependencies
# script:
# - cd test
# - sh spawn.sh
deploy release:
stage: deploy release