Skip to content

Commit

Permalink
chore(ci): add linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
defclass committed Feb 1, 2021
1 parent 5bc09dc commit a49f597
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -24,6 +24,28 @@ jobs:
with:
node-version: 14

- name: Setup Java JDK
uses: actions/setup-java@v1.4.3
with:
java-version: 1.8

- name: Install clojure
run: |
curl -O https://download.clojure.org/install/linux-install-1.10.1.763.sh
chmod +x linux-install-1.10.1.763.sh
sudo ./linux-install-1.10.1.763.sh
- name: Build/release Electron app
run: yarn install && yarn release-electron

- name: List files
run: du -a static/out

# - name: Cache Artifact
# uses: actions/upload-artifact@v1
# with:
# name: Logseq-x64.dmg
# path: static/out/make/Logseq.dmg

build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit a49f597

Please sign in to comment.