package macos cmake in old way

This commit is contained in:
Rasmus Karlsson 2021-02-21 16:37:37 +01:00
parent dfa2f14847
commit 004fdd5690

View file

@ -203,8 +203,11 @@ jobs:
- name: Package (MacOS) - name: Package (MacOS)
if: startsWith(matrix.os, 'macos') && matrix.build-system == 'cmake' if: startsWith(matrix.os, 'macos') && matrix.build-system == 'cmake'
run: | run: |
ls -la
pwd
ls -la build || true
cd build cd build
make package sh ./../.CI/CreateDMG.sh
shell: bash shell: bash
- name: Upload artifact (MacOS) - name: Upload artifact (MacOS)