@ -0,0 +1,27 @@
stages:
- build
- test
- deploy
before_script:
- ./bootstrap
- ./configure
build:
stage: build
script:
- make
# test:
# stage: test
# script:
# - make test
dist:
stage: deploy
only:
- tags
- make dist
- ssh ci_upload@192.168.20.60 install -d trcomm/artifacts
- scp libtrcomm-*.tar.gz ci_upload@192.168.20.60:~/trcomm/artifacts