We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d496eb commit 69eea62Copy full SHA for 69eea62
.github/workflows/jrl-cmakemodules.yml
@@ -0,0 +1,24 @@
1
+name: JRL-cmakemodules
2
+on: [push,pull_request]
3
+
4
+jobs:
5
+ with-submodules:
6
+ name: Check configuration with git submodules
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ with:
11
+ submodules: true
12
+ - run: sudo apt install libboost-all-dev libeigen3-dev python3-numpy
13
+ - run: cmake .
14
15
16
+ without-submodules:
17
+ name: Check configuration without git submodules
18
19
20
21
22
+ submodules: false
23
24
0 commit comments