From 0e532411f24dcb802db38d4df8a0085278a411bb Mon Sep 17 00:00:00 2001 From: Peter Jankuliak Date: Wed, 6 Nov 2024 10:12:12 +0100 Subject: [PATCH] Temporarily disable windows and linux CI --- .github/workflows/ci.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2670fc6d..acddfd4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}