diff options
| author | 2021-06-09 02:28:18 +0200 | |
|---|---|---|
| committer | 2021-06-09 02:28:18 +0200 | |
| commit | 235c6625b43817fe52b36e0d258c0ae6a1d8e7c4 (patch) | |
| tree | d9badc03789175cf039046bd07e97499749d2435 /.github | |
| parent | 03a05509b50016deaec82e7a7aa6f2fe83fb6cc7 (diff) | |
| download | libplist-235c6625b43817fe52b36e0d258c0ae6a1d8e7c4.tar.gz libplist-235c6625b43817fe52b36e0d258c0ae6a1d8e7c4.tar.bz2 | |
[github-actions] Windows: Also build cython extension
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cde2dc7..ecd5219 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -64,9 +64,10 @@ jobs: | |||
| 64 | libtool | 64 | libtool |
| 65 | autoconf | 65 | autoconf |
| 66 | automake-wrapper | 66 | automake-wrapper |
| 67 | cython | ||
| 67 | - uses: actions/checkout@v2 | 68 | - uses: actions/checkout@v2 |
| 68 | - name: autogen | 69 | - name: autogen |
| 69 | run: ./autogen.sh CC=gcc CXX=g++ --without-cython | 70 | run: ./autogen.sh CC=gcc CXX=g++ |
| 70 | - name: make | 71 | - name: make |
| 71 | run: make | 72 | run: make |
| 72 | - name: make check | 73 | - name: make check |
