Update CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominic Grimm 2023-08-05 17:22:46 +02:00
parent 12594c4227
commit c8b763bf35

View file

@ -4,12 +4,14 @@ type: docker
name: default
steps:
- name: cmake
- name: build
image: ghcr.io/rikorose/gcc-cmake
commands:
- mkdir build && cd build
- cmake ..
- make
- name: docs
image: docker.io/corentinaltepe/doxygen
commands:
- ls -l
- doxygen
- ls docs