gog-sync/.gitlab-ci.yml
Sebastian Hugentobler f371989d3b Update .gitlab-ci.yml
2017-03-21 12:18:40 +00:00

10 lines
248 B
YAML

image: ubuntu
before_script:
- apt-get update -qq && apt-get install -y -qq curl openssl build-essential
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
build:
script:
- /root/.cargo/bin/cargo build --release