Compare commits

..

1 Commits

Author SHA1 Message Date
Sascha Mann
ee66464cb7 Add production dependencies & build 2021-08-05 16:38:38 +02:00
6 changed files with 5222 additions and 8514 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [nightly, 1.8-nightly]
julia-version: [nightly, 1.7-nightly]
julia-arch: [x64, x86]
os: [ubuntu-latest, macOS-latest, windows-latest]
# 32-bit Julia binaries are not available on macOS

View File

@@ -4,7 +4,6 @@ on:
push:
branches: ['main', 'master', 'releases/*']
pull_request:
workflow_dispatch:
jobs:
test:
@@ -29,16 +28,11 @@ jobs:
npm run build
npm run pack
- run: mkdir -p ${{ github.workspace }}/dilumtestcache # TODO: delete this line
- name: "Set up Julia"
id: setup-julia
uses: ./
env:
RUNNER_TOOL_CACHE: ${{ github.workspace }}/dilumtestcache
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- run: which julia # TODO: delete this line
- run: which -a julia # TODO: delete this line
- run: julia --version
- run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()'

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
node_modules/
__tests__/runner/*
dist/
!dist/

5203
dist/index.js vendored Normal file

File diff suppressed because it is too large Load Diff

BIN
dist/unzip vendored Normal file

Binary file not shown.

8523
package-lock.json generated

File diff suppressed because it is too large Load Diff