Skip to content

Commit

Permalink
ci: enable x86_64-windows-msvc target
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Sep 5, 2024
1 parent fa96dfe commit 575f9bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/zig-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,14 @@ jobs:
fetch-depth: 0
- uses: mlugg/setup-zig@v1
- name: Build Summary ${{ matrix.targets }}
run: zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=${{ matrix.targets }}
run: zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=${{ matrix.targets }}

zig-msvc:
runs-on: windows-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- name: Build Summary x86_64-windows-msvc
run: zig build --build-file $PWD/tests/build.zig --summary all -freference-trace -Dtarget=native-windows-msvc
2 changes: 0 additions & 2 deletions tests/include_all.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <boost/config.hpp>
#include <boost/crc.hpp>
#include <boost/date_time.hpp>
#include <boost/filesystem.hpp>
#include <boost/hana.hpp>
#include <boost/multi_array.hpp>
#include <boost/numeric/odeint.hpp>
Expand All @@ -18,7 +17,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/signals2.hpp>
#include <boost/stacktrace.hpp>
#include <boost/timer/timer.hpp>
#include <boost/type_index.hpp>
#include <boost/unordered/unordered_flat_map.hpp>
#include <boost/unordered_map.hpp>
Expand Down

0 comments on commit 575f9bc

Please sign in to comment.