-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #711 from JuliaRobotics/master
v0.10.2-rc1
- Loading branch information
Showing
6 changed files
with
78 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ jobs: | |
test: | ||
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} | ||
runs-on: ${{ matrix.os }} | ||
env: | ||
JULIA_PKG_SERVER: "" | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -49,8 +51,10 @@ jobs: | |
|
||
test-masters: | ||
#if: github.ref != 'refs/heads/release**' | ||
name: This and Masters | ||
name: Upstream Dev | ||
runs-on: ubuntu-latest | ||
env: | ||
JULIA_PKG_SERVER: "" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
|
@@ -74,7 +78,7 @@ jobs: | |
git config --global user.name Tester | ||
git config --global user.email [email protected] | ||
- name: Run tests on masters | ||
- name: Run tests on Upstream Dev | ||
run: | | ||
julia --project=@. --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(name="RoME",rev="master"));' | ||
julia --project=@. --check-bounds=yes -e 'using Pkg; Pkg.add(PackageSpec(name="IncrementalInference",rev="master"));' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters