gog-sync/.gitlab-ci.yml
Sebastian Hugentobler 052684d4ed Update .gitlab-ci.yml
2017-03-21 12:36:38 +00:00

10 lines
262 B
YAML

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