Skip to content

update xmake version #122

update xmake version

update xmake version #122

Workflow file for this run

name: Windows
on:
pull_request:
push:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-latest]
kind: [static, shared]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Tests
run: |
cmake -DXREPO_PACKAGE_VERBOSE=ON example
cmake --build .