Skip to content

Commit 4d56f15

Browse files
committed
wip
1 parent 6a54ea1 commit 4d56f15

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ jobs:
2323
with:
2424
path: ~/.pnpm-store
2525
key: ${{ runner.os }}-pnpm-store
26+
2627
- 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+
2734
- run: npm install -g pnpm@6
2835
- run: pnpm recursive install
2936
- run: pnpm run build --if-present
@@ -41,7 +48,14 @@ jobs:
4148
uses: actions/setup-node@v2
4249
with:
4350
node-version: ${{ matrix.node-version }}
51+
4452
- 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+
4559
- run: npm install -g pnpm@6
4660
- uses: actions/cache@v2
4761
with:

conanfile.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[requires]
2+
opencascade/7.6.0
3+
4+
[generators]
5+
cmake
6+

0 commit comments

Comments
 (0)