gog-sync/.gitlab-ci.yml

10 lines
262 B
YAML
Raw Normal View History

2017-03-21 12:03:32 +00:00
image: ubuntu
2017-03-21 12:02:35 +00:00
before_script:
2017-03-21 12:36:38 +00:00
- apt-get update -qq && apt-get install -y -qq curl libssl-dev pkg-config build-essential
2017-03-21 12:02:35 +00:00
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
build:
script:
2017-03-21 12:07:12 +00:00
- /root/.cargo/bin/cargo build --release