Skip to content

Commit

Permalink
CI tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 14, 2023
1 parent 6c36c0f commit 87fa4c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: joepmeneer
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Pipeline
run: earthly --output -P +main-pipeline --artifact +build-server/atomic-server-bin --artifact +e2e/test-results
run: earthly --ci --output -P +main-pipeline --artifact +build-server/atomic-server-bin --artifact +e2e/test-results
# - name: Clippy
# run: earthly +clippy
# - name: Build
Expand Down
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ deps:
# Atomic-Server deps
RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt install -y musl-tools musl-dev g++-x86-64-linux-gnu libc6-dev-amd64-cross libgtk-3-dev libsoup2.4-dev
# Tauri deps
RUN apt install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1 -y
RUN update-ca-certificates

prepare-cache:
Expand Down

0 comments on commit 87fa4c0

Please sign in to comment.