add github action for build

This commit is contained in:
gulliver
2022-12-04 21:46:40 +01:00
parent 4ebdda4ce5
commit 852f42175c
2 changed files with 39 additions and 1 deletions

View File

@ -21,7 +21,7 @@ steps:
- apt-get update
- apt-get -y install build-essential libboost-system-dev libboost-date-time-dev git cmake graphviz doxygen
- cmake -B build -S .
- cmake --build build -t all test
- cmake --build build -t all test
when:
branch:
- main