diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/debian-build.yml similarity index 86% rename from .github/workflows/c-cpp.yml rename to .github/workflows/debian-build.yml index 4be18d6..3fda6ce 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/debian-build.yml @@ -1,8 +1,8 @@ -name: C/C++ CI +name: Debian Build on: push: -# branches: [ $default-branch ] + branches: [ $default-branch ] pull_request: branches: [ $default-branch ] diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml new file mode 100644 index 0000000..e859c03 --- /dev/null +++ b/.github/workflows/windows-build.yml @@ -0,0 +1,20 @@ +name: Windows Build + +on: + push: +# branches: [ $default-branch ] + pull_request: + branches: [ $default-branch ] + +jobs: + build: + + runs-on: windows-latest + + steps: + - uses: actions/checkout@v4 + - uses: TheMrMilchmann/setup-msvc-dev@v3 + with: + arch: x86 + - name: build + run: nmake