Theta/.drone.yml
Toldi Balázs Ádám 078232939c
All checks were successful
continuous-integration/drone/push Build is passing
.
2020-06-18 22:33:58 +02:00

12 lines
No EOL
158 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: gnu-linux
image: rikorose/gcc-cmake
commands:
- mkdir build
- cd build
- cmake ..
- make