try and get github to build it
This commit is contained in:
19
.github/workflows/ant.yml
vendored
19
.github/workflows/ant.yml
vendored
@ -11,7 +11,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: dependencies
|
||||
run: sudo apt install gettext golang-go git ant && go install github.com/mediabuyerbot/go-crx3/crx3@latest && go install github.com/eyedeekay/amo-version@latest && go install github.com/delicb/dzip@latest
|
||||
run: sudo apt install gettext golang-go git ant && \
|
||||
go install github.com/mediabuyerbot/go-crx3/crx3@latest && \
|
||||
go install github.com/eyedeekay/amo-version@latest && \
|
||||
go install github.com/delicb/dzip@latest \
|
||||
install -m755 ~/go/bin/crx3 /usr/bin/crx3 \
|
||||
install -m755 ~/go/bin/amo-version /usr/bin/amo-version \
|
||||
install -m755 ~/go/bin/dzip /usr/bin/dzip \
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v2
|
||||
@ -25,10 +31,15 @@ jobs:
|
||||
echo "noExe=true" >> override.properties
|
||||
- name: build with Ant
|
||||
run: ant distclean jar
|
||||
- name: Upload installer.jar
|
||||
- name: Upload Firefox Profile Strict
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: I2P-install.jar-${{ github.sha }}
|
||||
path: install.jar
|
||||
name: i2p.firefox.base.profile.zip-${{ github.sha }}
|
||||
path: ./src/i2p.firefox.base.profile.zip
|
||||
- name: Upload Firefox Profile Usability
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: i2p.firefox.usability.profile.zip-${{ github.sha }}
|
||||
path: ./src/i2p.firefox.usability.profile.zip
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user