Skip to content

Commit

Permalink
try more platforms and upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Dec 21, 2023
1 parent b2d2c92 commit fab2455
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
- 'x64'
- 'x86'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -29,12 +32,16 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- name: Build App
run: julia --project --startup-file=no deps/build_app.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
files: lcov.info
- uses: julia-actions/julia-processcoverage@v1
- name: Build App
run: julia --project --startup-file=no deps/build_app.jl
- uses: actions/upload-artifact@v4
with:
name: tmle-${{ matrix.os }}-${{ matrix.arch }}
path: tmle
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit fab2455

Please sign in to comment.