Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Mar 18, 2022
1 parent 0ad470a commit bf9c764
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,8 @@ jobs:
wget https://gist.githubusercontent.com/kingster/1954ead3c38a40cac88c5c1311bb39c5/raw/343da2c7a2a52ee5a1c03902cc5e44ed83b1dd5d/cryptopp.rb
brew install --build-from-source -f cryptopp.rb
npm install -g appdmg
- name: Restore Boost Framework
uses: actions/cache@v2
id: cache-boost
with:
path: vendor/boost
key: boost-osx
- name: Create Boost Framework
# if: steps.cache-boost.outputs.cache-hit != 'true'
- name: Compile Libraries
run : |
#xcode needs to be proper at this point
xcode-select --print-path
Expand All @@ -117,8 +111,6 @@ jobs:
./boost.sh -macos --boost-version 1.68.0
popd
- name: Compile Libraries
run : |
#stastd
pushd lib/statsd-cpp
mkdir build-osx
Expand All @@ -129,9 +121,6 @@ jobs:
- name: Build Project
run : |
#xcode needs to be proper at this point
xcode-select --print-path
pushd tinyphone-osx
pod install
xcodebuild -workspace Tinyphone.xcworkspace -scheme Tinyphone -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
Expand Down

0 comments on commit bf9c764

Please sign in to comment.