This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- run: | | ||
git config clangFormat.binary node_modules/.bin/clang-format | ||
git config clangFormat.style file | ||
npm run lint | ||
yarn lint | ||
build-test-matrix: | ||
strategy: | ||
|
@@ -33,13 +33,13 @@ jobs: | |
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.10" | ||
- run: npm run clean | ||
- run: yarn clean | ||
|
||
- name: Setup windows build tools | ||
uses: microsoft/[email protected] | ||
if: ${{ runner.os == 'Windows' }} | ||
|
||
- run: npm install | ||
- run: npm run build:configure | ||
- run: npm run build | ||
- run: npm run test --silent | ||
- run: yarn build:configure | ||
- run: yarn build | ||
- run: yarn test --silent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters