cmake(ci): Cleanup workflows

This commit is contained in:
Corentin Le Molgat
2021-11-29 14:09:32 +01:00
parent 90923eca1c
commit b0f801c823
8 changed files with 24 additions and 25 deletions

View File

@@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check cmake
run: cmake --version
- name: Swig install
run: sudo apt install -y swig
- name: Check swig
run: swig -version
- name: Check java
run: java -version
- name: Check cmake
run: cmake --version
- name: Configure
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_JAVA=ON -DSKIP_GPG=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
- name: Build