Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Sep 3, 2022
1 parent 3459cd4 commit cc49ae1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ jobs:
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-store

- run: pip3 install conan
- run: conan install .
- run: git clone https://github.com/czoido/conan-gyp-generator
- run: cd conan-gyp-generator
- run: conan config install gyp-generator.py -tf generators
- run: cd ..

- run: npm install -g pnpm@6
- run: pnpm recursive install
- run: pnpm run build --if-present
Expand All @@ -41,7 +48,14 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- run: pip3 install conan
- run: conan install .
- run: git clone https://github.com/czoido/conan-gyp-generator
- run: cd conan-gyp-generator
- run: conan config install gyp-generator.py -tf generators
- run: cd ..

- run: npm install -g pnpm@6
- uses: actions/cache@v2
with:
Expand Down
6 changes: 6 additions & 0 deletions conanfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[requires]
opencascade/7.6.0

[generators]
cmake

0 comments on commit cc49ae1

Please sign in to comment.