Merge branch 'develop'
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-08 12:35:47 -05:00
commit 676995b22c
3 changed files with 18 additions and 18 deletions

4
Jenkinsfile vendored
View File

@ -3,8 +3,8 @@ pipeline {
stages {
stage("install") {
steps {
sh 'mamba env update --file environment.yml'
sh 'echo "mamba activate webdev" >> ~/.bashrc'
sh 'conda env update --file environment.yml'
sh 'echo "conda activate audioshowkit" >> ~/.bashrc'
sh 'node --version && npm --version'
sh 'npm install'
}

View File

@ -4,7 +4,7 @@ A library that makes visualizing audio data live a much simpler process.
## Getting Started
As this library has not been published as a package, the best way to use it is to go to download the latest successful build artifact which can be [found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/). This build artifact is a minified and bundled version of all the components in the library.
As this library has not been published as a package, the best way to use it is to go to download the latest successful build artifact which can be [found here](https://sys.reslate.net/rho/ci/job/projects-reslate/job/audioshowkit/job/master/). This build artifact is a minified and bundled version of all the components in the library.
From here, add the downloaded javascript bundle to your html as you would any other javascript file:
```
@ -13,6 +13,6 @@ From here, add the downloaded javascript bundle to your html as you would any ot
Now, any script that is loaded after the `audioshowkit.js` script loads will have access to the `audioshowkit` object. Prepared are three tutorials with demonstrations. I recommend starting with the Music Playlist tutorial.
## Documentation
## Resources
[The documentation can be found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/AudioShowKit_20Docs/) along with the rest of the tutorials and demonstrations.
The documentation along with latest stable build [can be found here](https://sys.reslate.net/rho/ci/job/projects-reslate/job/audioshowkit/job/master/). The documentation is accessible to on the left bar and the build artifact can be downloaded as a zip.

View File

@ -1,16 +1,16 @@
name: webdev
name: audioshowkit
channels:
- conda-forge
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- ca-certificates=2022.9.24=ha878542_0
- icu=70.1=h27087fc_0
- libgcc-ng=12.2.0=h65d4601_19
- libgomp=12.2.0=h65d4601_19
- libstdcxx-ng=12.2.0=h46fd767_19
- libuv=1.44.2=h166bdaf_0
- libzlib=1.2.13=h166bdaf_4
- nodejs=18.12.1=h8839609_0
- openssl=3.0.7=h166bdaf_0
- zlib=1.2.13=h166bdaf_4
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- ca-certificates=2022.9.24
- icu=70.1
- libgcc-ng=12.2.0
- libgomp=12.2.0
- libstdcxx-ng=12.2.0
- libuv=1.44.2
- libzlib=1.2.13
- nodejs=18.12.1
- openssl=3.0.7
- zlib=1.2.13