File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
path : ~/.pnpm-store
25
25
key : ${{ runner.os }}-pnpm-store
26
+
26
27
- run : pip3 install conan
28
+ - run : conan install .
29
+ - run : git clone https://github.com/czoido/conan-gyp-generator
30
+ - run : cd conan-gyp-generator
31
+ - run : conan config install gyp-generator.py -tf generators
32
+ - run : cd ..
33
+
27
34
- run : npm install -g pnpm@6
28
35
- run : pnpm recursive install
29
36
- run : pnpm run build --if-present
41
48
uses : actions/setup-node@v2
42
49
with :
43
50
node-version : ${{ matrix.node-version }}
51
+
44
52
- run : pip3 install conan
53
+ - run : conan install .
54
+ - run : git clone https://github.com/czoido/conan-gyp-generator
55
+ - run : cd conan-gyp-generator
56
+ - run : conan config install gyp-generator.py -tf generators
57
+ - run : cd ..
58
+
45
59
- run : npm install -g pnpm@6
46
60
- uses : actions/cache@v2
47
61
with :
Original file line number Diff line number Diff line change
1
+ [requires]
2
+ opencascade/7.6.0
3
+
4
+ [generators]
5
+ cmake
6
+
You can’t perform that action at this time.
0 commit comments