1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Merge pull request #1497 from appwrite/improve-arm-ci

ci(travis): improve build speed and arm stability
This commit is contained in:
Eldad A. Fux 2021-08-19 13:52:55 +03:00 committed by GitHub
commit e7d5063975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
dist: xenial
dist: focal
arch:
- amd64
- arm64
- arm64-graviton2
os: linux
@ -30,7 +30,7 @@ before_install:
- echo "_APP_FUNCTIONS_RUNTIMES=php-8.0" >> .env
install:
- docker-compose up -d
- docker-compose up -d --build
- sleep 10
script:
@ -41,6 +41,9 @@ script:
- docker-compose exec appwrite vars
- docker-compose exec appwrite test --debug
after_failure:
- docker-compose logs appwrite
deploy:
- provider: script
edge: true