MOBILE-3833 travis: Add packages

main
Pau Ferrer Ocaña 2022-03-24 11:45:44 +01:00
parent ceae6f980d
commit c3feb2c3ea
1 changed files with 7 additions and 1 deletions

View File

@ -51,12 +51,18 @@ jobs:
apt: apt:
packages: packages:
- libsecret-1-dev - libsecret-1-dev
- php5-cli
- php5-common
- stage: build - stage: build
name: "Build iOS" name: "Build iOS"
language: node_js language: node_js
if: env(BUILD_IOS) = 1 AND (env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank)) if: env(BUILD_IOS) = 1 AND (env(DEPLOY) = 1 OR (env(DEPLOY) = 2 AND tag IS NOT blank))
os: osx os: osx
osx_image: xcode12.5 osx_image: xcode13.1
addons:
homebrew:
packages:
- jq
- stage: test - stage: test
name: "End to end tests (mod_forum and mod_messages)" name: "End to end tests (mod_forum and mod_messages)"
services: services: