ci: use github workflow instead of travis and appveyor

This commit is contained in:
Petra Baranski
2023-07-23 06:18:49 +02:00
parent 87ec259c28
commit 823645995e
6 changed files with 69 additions and 58 deletions

View File

@@ -15,7 +15,7 @@ It is tested to work on:
* Linux (gcc)
* OSX (clang)
* Windows (Visual Studio 2017, mingw)
* Windows (Visual Studio 17 2022, mingw)
## Dependencies
@@ -65,7 +65,7 @@ git clone https://github.com/progsource/maddy.git
cd maddy
mkdir tmp
cd tmp
cmake -DMADDY_ENABLED_TESTS=ON ..
cmake -DMADDY_BUILD_WITH_TESTS=ON ..
make
make test # or run the executable in ../build/MaddyTests
```