| author | |
| committer | |
| log | 25a046c27248b925e38c8ef4e2dd62c9d96f0ded |
| tree | 4a89594fc75b1e0b614934ee2bfb82bb5ef2ff92 |
| parent | b9e9dc78245c3f89a393d94473b021ad8d999cf2 |
3 files changed, 3 insertions(+), 0 deletions(-)
.github/workflows/nightly.yml+1| ... | @@ -43,3 +43,4 @@ jobs: | ... | @@ -43,3 +43,4 @@ jobs: |
| 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 | 45 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 46 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code |
.github/workflows/push.yml+1| ... | @@ -48,6 +48,7 @@ jobs: | ... | @@ -48,6 +48,7 @@ jobs: |
| 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 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 51 | - run: ./test_repo.sh https://github.com/nektro/zigmod-test-c-code | ||
| 51 | 52 | ||
| 52 | # Github Release | 53 | # Github Release |
| 53 | - run: ./changelog.sh | 54 | - run: ./changelog.sh |
test_repo_all.sh+1| ... | @@ -8,3 +8,4 @@ set -ex | ... | @@ -8,3 +8,4 @@ set -ex |
| 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 | 10 | ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 11 | ./test_repo.sh https://github.com/nektro/zigmod-test-c-code |