Skip to content

Commit

Permalink
C++17 (#1135)
Browse files Browse the repository at this point in the history
* Use C++17
* Update build and make span for C++17
* Update SDK in make.sh
* dockerfile to darwin18
* macOS build targets
* XCode build

Co-authored-by: Peter Bushnell <[email protected]>
  • Loading branch information
Jouzo and Bushstar authored Mar 9, 2022
1 parent 3c2ec74 commit a1bea01
Show file tree
Hide file tree
Showing 15 changed files with 406 additions and 83 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

- name: Build and package
run: TARGETS="x86_64-apple-darwin11" ./make.sh docker-release-git
run: TARGETS="x86_64-apple-darwin18" ./make.sh docker-release-git

- name: Publish artifact - x86_64-apple-darwin11
- name: Publish artifact - x86_64-apple-darwin18
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
with:
name: defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin11
path: ./build/defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin11.tar.gz
name: defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin18
path: ./build/defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin18.tar.gz
Loading

0 comments on commit a1bea01

Please sign in to comment.