Merge branch 'develop'.
Some checks failed
RealYHD/audioshowkit/pipeline/head There was a failure building this commit
ydeng/audioshowkit/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2022-11-30 03:56:06 +00:00
commit cb844082e6
4 changed files with 20 additions and 14478 deletions

View File

@ -1 +0,0 @@
16.17.1

15
Jenkinsfile vendored
View File

@ -1,19 +1,12 @@
pipeline {
agent any
environment {
PATH = "/home/jenkins/.local/share/fnm:${PATH}"
}
stages {
stage("install") {
steps {
sh 'curl -fsSL https://fnm.vercel.app/install | bash'
sh 'fnm install'
sh '''
echo 'eval "$(fnm env --use-on-cd)"' >> ~/.bashrc
source ~/.bashrc
fnm use
npm install
'''
sh 'mamba env update --file environment.yml'
sh 'echo "mamba activate webdev" >> ~/.bashrc'
sh 'node --version && npm --version'
sh 'npm install'
}
}
stage("test") {

16
environment.yml Normal file
View File

@ -0,0 +1,16 @@
name: webdev
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

14466
package-lock.json generated

File diff suppressed because it is too large Load Diff