Skip to content

Commit

Permalink
Installs ant.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Feb 24, 2020
1 parent cdc98ea commit 4df3c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
uploadURL=`cat upload-url/upload-url.txt`
echo ::set-env name=VERSION::$version
echo ::set-env name=UPLOADURL::$uploadURL
- name: Install ant
run: brew install ant
- name: Build with Ant
run: ant -noinput -buildfile build.xml -Dsplashscreen.enable=true -Dlabel="$VERSION" -Dsparkle="$VERSION" -Dpackage.name="jitsi" -Dlink.updates.macosx="https://download.jitsi.org/jitsi/macosx/sparkle/updates.xml" -Dlink.download.macosx="https://download.jitsi.org/jitsi/nightly/macosx/jitsi-2.11.$VERSION.dmg" -Dlink.sparkle.updates.index="https://download.jitsi.org/jitsi/nightly/macosx/sparkle/index.html" -Dgoogle.api.client.id="${{ secrets.GOOGLE_API_CLIENT_ID }}" -Dgoogle.api.client.secret="${{ secrets.GOOGLE_API_CLIENT_SECRET }}" clean make dmg
- shell: bash
Expand Down

0 comments on commit 4df3c5c

Please sign in to comment.