| author | |
| committer | |
| log | b9e9dc78245c3f89a393d94473b021ad8d999cf2 |
| tree | afe622f0a58a67d4d9d263acf973516a0206adfb |
| parent | eecd2494c339e7dab2bdf312a0c69d2003b0bd6e |
3 files changed, 3 insertions(+), 0 deletions(-)
.github/workflows/nightly.yml+1| ... | @@ -42,3 +42,4 @@ jobs: | ... | @@ -42,3 +42,4 @@ jobs: |
| 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 | 43 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
| 44 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep | 44 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep |
| 45 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
.github/workflows/push.yml+1| ... | @@ -47,6 +47,7 @@ jobs: | ... | @@ -47,6 +47,7 @@ jobs: |
| 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 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
| 49 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep | 49 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep |
| 50 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep | ||
| 50 | 51 | ||
| 51 | # Github Release | 52 | # Github Release |
| 52 | - run: ./changelog.sh | 53 | - run: ./changelog.sh |
test_repo_all.sh+1| ... | @@ -7,3 +7,4 @@ set -ex | ... | @@ -7,3 +7,4 @@ set -ex |
| 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 | 8 | ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
| 9 | ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep | 9 | ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep |
| 10 | ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |