Remove CI test
This commit is contained in:
parent
8dedb06daa
commit
a07d37a30c
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@ SET(BUILD_SHARED_LIBS ON)
|
|||
SET(CMAKE_INSTALL_PREFIX "/usr")
|
||||
|
||||
ADD_SUBDIRECTORY(src)
|
||||
ADD_SUBDIRECTORY(test)
|
||||
|
|
|
|||
Loading…
Reference in New Issue