-
Notifications
You must be signed in to change notification settings - Fork 2
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 #27 from henry2004y/artifact
Use artifact for test data
- Loading branch information
Showing
15 changed files
with
55 additions
and
677 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 |
---|---|---|
|
@@ -11,6 +11,7 @@ on: | |
tags: '*' | ||
paths-ignore: | ||
- 'README.md' | ||
- 'examples/**' | ||
env: | ||
JULIA_NUM_THREADS: 1 | ||
jobs: | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[testdata] | ||
git-tree-sha1 = "94103fd4bc493f5a2ddd9ec6ccd381cc07ebd7bf" | ||
lazy = true | ||
|
||
[[testdata.download]] | ||
url = "https://github.com/henry2004y/batsrus_data/raw/master/batsrus_data.tar.gz" | ||
sha256 = "a69460d2c73509aedbb833caa7bfad0cd2a8ddb75404c6c5765cd801b0891965" |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Batsrus" | ||
uuid = "e74ebddf-6ac1-4047-a0e5-c32c99e57753" | ||
authors = ["Hongyang Zhou <[email protected]>"] | ||
version = "0.3.9" | ||
version = "0.3.10" | ||
|
||
[deps] | ||
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94" | ||
|
@@ -30,8 +30,9 @@ WriteVTK = "1.9" | |
julia = "1.6" | ||
|
||
[extras] | ||
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" | ||
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test", "SHA"] | ||
test = ["Test", "LazyArtifacts", "SHA"] |
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 was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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