-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding [email protected] package to registry via mason publish
Signed-off-by: Jeremiah Corrado <[email protected]>
- Loading branch information
1 parent
d22041e
commit 30a3b08
Showing
2 changed files
with
14 additions
and
4 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 |
---|---|---|
|
@@ -16,10 +16,9 @@ jobs: | |
run: | | ||
bash ./checkTomls.bash | ||
- name: Reconfigure git to use HTTPS | ||
run: > | ||
git config --global url."https://github.com/".insteadof | ||
ssh://[email protected]/ | ||
run: | | ||
git config --global url."[email protected]:".insteadOf https://github.com/ | ||
git config --global url."git://".insteadOf https:// | ||
- name: CI Check package | ||
run: | | ||
bash ./util/runMasonCI.bash | ||
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,11 @@ | ||
|
||
[brick] | ||
chplVersion = "2.1.0" | ||
license = "None" | ||
name = "Downsampling" | ||
source = "[email protected]:jeremiah-corrado/chpl-downsample.git" | ||
type = "library" | ||
version = "0.1.0" | ||
|
||
[dependencies] | ||
|