diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2021-02-22 21:39:17 -0800 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-02-26 09:30:01 +0100 |
commit | a6c51bfe2cec83e61597e7a2a5a83dcb8e6dc651 (patch) | |
tree | f59905d44772f9afcfcece24765a4a997ce77282 | |
parent | bb7bcbffa037e76bbc611ec69672df3c4483d99c (diff) |
Added pkgcheck macOS CI test for native instruction builds.
-rw-r--r-- | .github/workflows/pkgcheck.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index c9d6a90..add17d5 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -52,6 +52,12 @@ jobs: os: macOS-latest compiler: clang + - name: macOS Clang Native + os: macOS-latest + compiler: clang + cmake-args: -DWITH_NATIVE_INSTRUCTIONS=ON + configure-args: --native + steps: - name: Checkout repository uses: actions/checkout@v1 |