stages: - build - test - deploy before_script: - ./bootstrap - ./configure build: stage: build script: - make # test: # stage: test # script: # - make test dist: stage: deploy only: - tags script: - make dist - ssh ci_upload@192.168.20.60 install -d trhash/artifacts - scp libtrhash-*.tar.gz ci_upload@192.168.20.60:~/trhash/artifacts