build before install

This commit is contained in:
Lars Melchior 2020-04-13 17:31:10 +02:00
parent b0384f889a
commit de74af1341

View file

@ -16,6 +16,7 @@ jobs:
- name: install
run: |
cmake -H. -Bbuild
cmake --build build
cmake --build build --target install
- name: configure