-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
10 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
default: 'Snapshot release' | ||
|
||
jobs: | ||
test: | ||
deploy: | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-20.04, macos-11, windows-2019 ] | ||
|
@@ -41,26 +41,6 @@ jobs: | |
with: | ||
working-directory: ./test/window-integration-tests | ||
run: npm cit | ||
|
||
deploy: | ||
needs: | ||
- test | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-20.04, macos-11, windows-2019 ] | ||
runs-on: ${{matrix.os}} | ||
steps: | ||
- name: Set up Git repository | ||
uses: actions/[email protected] | ||
- name: Set up node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
- name: Configure Linux environment | ||
if: ${{matrix.os == 'ubuntu-20.04'}} | ||
run: sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential | ||
- name: Install | ||
run: npm run patch && npm i | ||
- name: Publish snapshot release | ||
if: ${{matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11'}} | ||
run: ./.build/pre-release.sh | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
- v*.*.* | ||
|
||
jobs: | ||
test: | ||
deploy: | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-20.04, macos-11, windows-2019 ] | ||
|
@@ -35,26 +35,6 @@ jobs: | |
with: | ||
working-directory: ./test/window-integration-tests | ||
run: npm cit | ||
|
||
deploy: | ||
needs: | ||
- test | ||
strategy: | ||
matrix: | ||
os: [ ubuntu-20.04, macos-11, windows-2019 ] | ||
runs-on: ${{matrix.os}} | ||
steps: | ||
- name: Set up Git repository | ||
uses: actions/[email protected] | ||
- name: Set up node | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 18 | ||
- name: Configure Linux environment | ||
if: ${{matrix.os == 'ubuntu-20.04'}} | ||
run: sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential | ||
- name: Install | ||
run: npm run patch && npm i | ||
- name: Publish tagged release | ||
uses: JS-DevTools/npm-publish@v1 | ||
with: | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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