Skip to content
Snippets Groups Projects
Commit 13d3e67c authored by Dmitriy Morozov's avatar Dmitriy Morozov
Browse files

Add Reeber2 to dependents testing

parent dde08a63
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ sources:
- https://github.com/diatomic/diy
secrets:
- a052c765-c718-43d8-912e-5c76ba1575fd
- 019c752e-6b54-4ae5-98ff-f751851360e8
environment:
OMPI_MCA_rmaps_base_oversubscribe: 1
tasks:
......
......@@ -15,3 +15,15 @@ curl --silent \
-X POST \
-d @- \
https://builds.sr.ht/api/jobs
GH_TOKEN=`cat ~/.github.token`
GH_AUTH=Authorization: token $GH_TOKEN
curl -H "$GH_AUTH" https://raw.githubusercontent.com/mrzv/Reeber2/master/.build.yml |
(cat && echo "environment: { DIY_REV: $REV }") |
jq -sR '{"manifest": .,"note":"Test Reeber2 with DIY rev ['$REV_SHORT'](https://github.com/diatomic/diy/commit/'$REV')"}' |
curl --silent \
-H "$AUTH" \
-H "Content-Type: application/json" \
-X POST \
-d @- \
https://builds.sr.ht/api/jobs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment