| author | |
| committer | |
| log | 61403fb66c9687b7379e5f668656f66fe19a30b6 |
| tree | b6b50a49074e485fc7dcf64f01312d783f76070a |
| parent | c9893919a300373d0040263aae8bb665302fd323 |
3 files changed, 3 insertions(+), 0 deletions(-)
.github/workflows/nightly.yml+1| ... | @@ -40,3 +40,4 @@ jobs: | ... | @@ -40,3 +40,4 @@ jobs: |
| 40 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic | 40 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 41 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep | 41 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 42 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep | 42 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 43 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
.github/workflows/push.yml+1| ... | @@ -45,6 +45,7 @@ jobs: | ... | @@ -45,6 +45,7 @@ jobs: |
| 45 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic | 45 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 46 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep | 46 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 47 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep | 47 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 48 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep | ||
| 48 | 49 | ||
| 49 | # Github Release | 50 | # Github Release |
| 50 | - run: ./changelog.sh | 51 | - run: ./changelog.sh |
test_repo_all.sh+1| ... | @@ -5,3 +5,4 @@ set -ex | ... | @@ -5,3 +5,4 @@ set -ex |
| 5 | ./test_repo.sh https://github.com/nektro/zigmod-test-basic | 5 | ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 6 | ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep | 6 | ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 7 | ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep | 7 | ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 8 | ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |