blob: 0f01b0e93cf83502068ef15c9a5a574e5bf02a9a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
test:
image: "camilstaps/clean:nightly"
before_script:
- install_clean_nightly.sh base lib-platform
- apt-get update -qq
- apt-get install -qq build-essential
script:
- make test
|