All checks were successful
continuous-integration/drone/push Build is passing
12 lines
No EOL
158 B
YAML
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 |