mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
18 lines
214 B
YAML
18 lines
214 B
YAML
dist: bionic
|
|
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
|
|
jobs:
|
|
allow_failures:
|
|
- rust: nightly
|
|
fast_finish: true
|
|
|
|
cache: cargo
|
|
|
|
# Custom directory, for the correct year
|
|
before_script:
|
|
- cd 2020
|