Skip to content

Commit

Permalink
Merge pull request #105 from JuliaCI/tb/dev
Browse files Browse the repository at this point in the history
Package clean-up and API refactor
  • Loading branch information
maleadt authored Jul 29, 2022
2 parents c8cccc9 + 578203e commit 902d9af
Show file tree
Hide file tree
Showing 17 changed files with 651 additions and 1,592 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
arch:
- x64
build_spec:
- v1.5.0 # entry straight in Versions.toml
- nightly # entry from Builds.toml
- 8cb458c6dcd8e067a3bd430b006efb0dfde56cf9 # directly from Git, never built
- master # directly from Git, likely built
- v1.7.0 # release from versions.json
- nightly # special release
- master # directly from Git, likely built by CI
- master~500 # directly from Git, unlikely built by CI
env:
JULIA_DEBUG: PkgEval
JULIA_SPEC: ${{ matrix.build_spec }}
JULIA: ${{ matrix.build_spec }}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
Loading

0 comments on commit 902d9af

Please sign in to comment.