forked from WebAudio/web-audio-api-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request WebAudio#116 from WebAudio/114-display-spec
Address WebAudio#114: Display spec
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
language: python | ||
sudo: false | ||
python: | ||
- "3.7" | ||
|
||
install: | ||
# Setup bikeshed. See https://tabatkins.github.io/bikeshed/#install-final | ||
# - pip3 install bikeshed && bikeshed update | ||
# Or do a clone. The above method is preferred, but see issue #2262. | ||
- git clone https://github.com/tabatkins/bikeshed.git | ||
- (cd bikeshed; pip3 install -e .) | ||
- bikeshed update | ||
- bikeshed --version | ||
|
||
script: | ||
- bash ./compile.sh | ||
|
||
deploy: | ||
provider: pages | ||
skip-cleanup: true | ||
github-token: $GITHUB_DEPLOY_TOKEN | ||
keep-history: true | ||
on: | ||
branch: main |