Update azure-pipelines.yml for Azure Pipelines (#331)

* Update azure-pipelines.yml for Azure Pipelines

* Add Python build scripts.

* Run scripts with Python 3.

* Add strategy for both variants.

* Fix variables for jobs and use the right variant to build.

* Fix build and test script.
This commit is contained in:
Abhilash Raj
2019-05-19 21:02:06 -04:00
committed by GitHub
parent 234f62241a
commit e6de13ba44
4 changed files with 153 additions and 15 deletions

View File

@@ -27,10 +27,10 @@ docker logs mailman-core
# Check to see if the core is working as expected.
docker exec -it mailman-core curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system | grep "GNU Mailman"
docker exec mailman-core curl -u restadmin:restpass http://172.19.199.2:8001/3.1/system | grep "GNU Mailman"
# Check to see if postorius is working.
docker exec -it mailman-web curl -L http://172.19.199.3:8000/postorius/lists | grep "Mailing List"
docker exec mailman-web curl -L http://172.19.199.3:8000/postorius/lists | grep "Mailing List"
# Check to see if hyperkitty is working.
docker exec -it mailman-web curl -L http://172.19.199.3:8000/hyperkitty/ | grep "Available lists"
docker exec mailman-web curl -L http://172.19.199.3:8000/hyperkitty/ | grep "Available lists"