commit | 765dc7a76a0aa0500360813bdfa848d2f4fcc77b | [log] [tgz] |
---|---|---|
author | Junho Choi <junho.choi@gmail.com> | Tue Oct 26 09:47:10 2021 -0700 |
committer | Junho Choi <junho.choi@gmail.com> | Tue Oct 26 09:47:10 2021 -0700 |
tree | 9af8d01b7032c74566ed6457c60b71ff13c7dc63 | |
parent | fe56de9c7a1117621ea01edc165bc5635f37fe27 [diff] |
build: add windows C examples
diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 0429a74..29e5632 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml
@@ -141,6 +141,9 @@ command: test args: --target=${{ matrix.target }} --tests --examples --verbose --features ffi,qlog + - name: Build C examples + run: make -C examples + quiche_multiarch: runs-on: ubuntu-latest strategy: