gog-sync/.gitlab-ci.yml
Sebastian Hugentobler 278f34cbff Add .gitlab-ci.yml
2017-03-21 12:02:35 +00:00

8 lines
192 B
YAML

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