Remove CI test

This commit is contained in:
emanuel 2021-05-13 19:03:03 +01:00
parent 8dedb06daa
commit a07d37a30c
2 changed files with 0 additions and 13 deletions

View File

@ -2,7 +2,6 @@ image: registry.es.av.it.pt/its/it2s-docker/archlinux-maker
stages:
- build
- test
- deploy release
- deploy debug
@ -17,19 +16,8 @@ build:
artifacts:
paths:
- ./build/src/it2s-itss-facilities
- ./build/test/tester
expire_in: 1 hour
test:
stage: test
extends: .dependencies
script:
- pacman -Sy it2s-itss-management --noconfirm
- sed -i 's/type = "realtime"/type= "fixed"/g' /etc/it2s/itss.toml
- nohup /usr/bin/it2s-itss-management &
- cd test
- sh spawn.sh
deploy release:
stage: deploy release
script:

View File

@ -6,4 +6,3 @@ SET(BUILD_SHARED_LIBS ON)
SET(CMAKE_INSTALL_PREFIX "/usr")
ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(test)