Skip to content

Commit

Permalink
setup craft
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Oct 14, 2024
1 parent 37f9e85 commit 978fd22
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ jobs:
version: ${{ matrix.qt_version }}
- name: Run tests
run: |
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/KDE/craft/master/setup/install_craft.ps1'))
${env:PATH} += ";D:/a/qxmpp/qxmpp/src/Debug"
git clone https://github.com/dino/libomemo-c
cd libomemo-c
mkdir D:/a/usr
cmake . -DCMAKE_INSTALL_PREFIX="D:/a/usr"
cmake --build .
cmake --install .
cd ..
# git clone https://github.com/dino/libomemo-c
# cd libomemo-c
# mkdir D:/a/usr
# cmake . -DCMAKE_INSTALL_PREFIX="D:/a/usr"
# cmake --build .
# cmake --install .
# cd ..
cmake . -DBUILD_OMEMO=ON && cmake --build .
# ctest
# ctest --rerun-failed --output-on-failure
Expand Down

0 comments on commit 978fd22

Please sign in to comment.