Skip to content

Commit

Permalink
enable some more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed May 22, 2024
1 parent 3a8e1c2 commit 2413813
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@ jobs:
name: lib3mf.so
path: dist/lib3mf.so.2

# build-macos:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true
# - run: sh cmake/GenerateMake.sh "-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64"
# - run: cmake --build .
# working-directory: ./build
# - run: ctest -V
# working-directory: ./build
# - name: Archive Mac binary
# uses: actions/upload-artifact@v2
# with:
# name: lib3mf.dylib
# path: build/lib3mf.dylib
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: sh cmake/GenerateMake.sh "-DCMAKE_OSX_ARCHITECTURES=arm64;x86_64"
- run: cmake --build .
working-directory: ./build
- run: ctest -V
working-directory: ./build
- name: Archive Mac binary
uses: actions/upload-artifact@v2
with:
name: lib3mf.dylib
path: build/lib3mf.dylib
#
# build-macos-debug:
# runs-on: macos-latest
Expand Down Expand Up @@ -117,27 +117,27 @@ jobs:
# fail_ci_if_error: true # optional (default = false)
# verbose: true # optional (default = false)
#
# build-windows-release:
# runs-on: windows-2019
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true
# - run: ./cmake/GenerateVS2019.bat
# - run: cmake --build . --config Release
# working-directory: ./build
# - run: ctest -V
# working-directory: ./build
# - name: Archive Windows Release binary
# uses: actions/upload-artifact@v2
# with:
# name: lib3mf.dll
# path: build/Release/lib3mf.dll
# - name: Archive Windows Release lib
# uses: actions/upload-artifact@v2
# with:
# name: lib3mf.lib
# path: build/Release/lib3mf.lib
build-windows-release:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: ./cmake/GenerateVS2019.bat
- run: cmake --build . --config Release
working-directory: ./build
- run: ctest -V
working-directory: ./build
- name: Archive Windows Release binary
uses: actions/upload-artifact@v2
with:
name: lib3mf.dll
path: build/Release/lib3mf.dll
- name: Archive Windows Release lib
uses: actions/upload-artifact@v2
with:
name: lib3mf.lib
path: build/Release/lib3mf.lib
# build-windows-debug:
# runs-on: windows-2019
# steps:
Expand Down

0 comments on commit 2413813

Please sign in to comment.