1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2025-07-05 17:35:17 +00:00
fish/.drone.yml
klmp200 ca190c7930
Some checks failed
continuous-integration/drone/push Build is failing
the build was successful
Les dossiers sont persistants dans la CI de drone, intéressant
2018-06-25 01:49:56 +02:00

17 lines
376 B
YAML

pipeline:
build:
image: gcc
commands:
- apt update
- apt -y install make cmake gcc python libpcre3 libpcre3-dev
- mkdir cmake-build
- cd cmake-build
- cmake ..
- make
test:
image: gcc
commands:
- apt update
- apt -y install make cmake gcc python libpcre3 libpcre3-dev
- cd cmake-build
- make test