Skip to content

Commit

Permalink
Temporarily disable windows and linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inetic committed Nov 6, 2024
1 parent c2ad41a commit 0e53241
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ jobs:
build-args: --apk
artifact-files: ouisync*.apk

- name: linux
os: ubuntu-24.04
env:
OUISYNC_LIB: ouisync/target/debug/libouisync_ffi.so
# TODO: enable analysis
# analyze: true
build-args: --deb-gui --deb-cli
artifact-files: ouisync*.deb

- name: windows
os: windows-latest
env:
# Install Dokan2.dll to where `flutter test` can find it
DOKAN_DLL_OUTPUT_PATH: C:\Windows\System32
OUISYNC_LIB: ouisync\target\debug\ouisync_ffi.dll
build-args: --exe
artifact-files: ouisync*.exe
#- name: linux
# os: ubuntu-24.04
# env:
# OUISYNC_LIB: ouisync/target/debug/libouisync_ffi.so
# # TODO: enable analysis
# # analyze: true
# build-args: --deb-gui --deb-cli
# artifact-files: ouisync*.deb

#- name: windows
# os: windows-latest
# env:
# # Install Dokan2.dll to where `flutter test` can find it
# DOKAN_DLL_OUTPUT_PATH: C:\Windows\System32
# OUISYNC_LIB: ouisync\target\debug\ouisync_ffi.dll
# build-args: --exe
# artifact-files: ouisync*.exe

env: ${{ matrix.env }}

Expand Down

0 comments on commit 0e53241

Please sign in to comment.