mirror of
https://github.com/oatpp/oatpp.git
synced 2025-04-12 18:50:22 +08:00
try enable back CI-Mac builds as for https://github.com/oatpp/oatpp/issues/66
This commit is contained in:
parent
c0a75af2b7
commit
5ee7a1f88b
@ -48,50 +48,47 @@ jobs:
|
||||
displayName: 'Test'
|
||||
workingDirectory: build
|
||||
|
||||
# DISABLING MAC-OS BUILDS. Because mac-os builds stopped working on Azure-Pipelines.
|
||||
# TODO - change CI-provider if not fixed in nearest future.
|
||||
#
|
||||
#- job: macOS_mem_pool_on
|
||||
# displayName: 'Build - macOS - With Memory Pool'
|
||||
# continueOnError: false
|
||||
# pool:
|
||||
# vmImage: 'macOS-10.14'
|
||||
# workspace:
|
||||
# clean: all
|
||||
# steps:
|
||||
# - script: |
|
||||
# mkdir build
|
||||
# - task: CMake@1
|
||||
# - script: |
|
||||
# cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
# make
|
||||
# displayName: 'CMake'
|
||||
# workingDirectory: build
|
||||
#
|
||||
# - script: |
|
||||
# make test ARGS="-V"
|
||||
# displayName: 'Test'
|
||||
# workingDirectory: build
|
||||
#
|
||||
#- job: macOS_mem_pool_off
|
||||
# displayName: 'Build - macOS - No Memory Pool'
|
||||
# continueOnError: false
|
||||
# pool:
|
||||
# vmImage: 'macOS-10.14'
|
||||
# workspace:
|
||||
# clean: all
|
||||
# steps:
|
||||
# - script: |
|
||||
# mkdir build
|
||||
# - task: CMake@1
|
||||
# - script: |
|
||||
# cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON -DCMAKE_BUILD_TYPE=Release ..
|
||||
# make
|
||||
# displayName: 'CMake'
|
||||
# workingDirectory: build
|
||||
#
|
||||
# - script: |
|
||||
# make test ARGS="-V"
|
||||
# displayName: 'Test'
|
||||
# workingDirectory: build
|
||||
#
|
||||
- job: macOS_mem_pool_on
|
||||
displayName: 'Build - macOS - With Memory Pool'
|
||||
continueOnError: false
|
||||
pool:
|
||||
vmImage: 'macOS-10.14'
|
||||
workspace:
|
||||
clean: all
|
||||
steps:
|
||||
- script: |
|
||||
mkdir build
|
||||
- task: CMake@1
|
||||
- script: |
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
displayName: 'CMake'
|
||||
workingDirectory: build
|
||||
|
||||
- script: |
|
||||
make test ARGS="-V"
|
||||
displayName: 'Test'
|
||||
workingDirectory: build
|
||||
|
||||
- job: macOS_mem_pool_off
|
||||
displayName: 'Build - macOS - No Memory Pool'
|
||||
continueOnError: false
|
||||
pool:
|
||||
vmImage: 'macOS-10.14'
|
||||
workspace:
|
||||
clean: all
|
||||
steps:
|
||||
- script: |
|
||||
mkdir build
|
||||
- task: CMake@1
|
||||
- script: |
|
||||
cmake -DOATPP_DISABLE_POOL_ALLOCATIONS=ON -DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
displayName: 'CMake'
|
||||
workingDirectory: build
|
||||
|
||||
- script: |
|
||||
make test ARGS="-V"
|
||||
displayName: 'Test'
|
||||
workingDirectory: build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user