Skip to content

Commit

Permalink
Build demo on Linux, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbar27 committed Mar 17, 2023
1 parent d98542a commit 9052242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
displayName: 'Configure'
inputs:
workingDirectory: '_build'
cmakeArgs: '.. -G"$(generator)" -A"$(buildPlatform)" -DPWROWG_BuildDemo=ON -DPWROWG_BuildStablePower=ON -DPWROWG_BuildWeb=ON -DPWROWG_NoPackageRestore=ON '
cmakeArgs: '.. -G"$(generator)" -A"$(buildPlatform)" -DPWROWG_BuildDemo=ON -DPWROWG_BuildStablePower=ON -DPWROWG_BuildWeb=ON -DPWROWG_NoPackageRestore=ON'

- task: NuGetCommand@2
inputs:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
displayName: 'Configure'
inputs:
workingDirectory: '_build'
cmakeArgs: '.. -G"$(generator)" -DCMAKE_BUILD_TYPE="$(buildConfiguration)"'
cmakeArgs: '.. -G"$(generator)" -DCMAKE_BUILD_TYPE="$(buildConfiguration)" -DPWROWG_BuildDemo=ON'

- task: CMake@1
displayName: 'Build'
Expand Down

0 comments on commit 9052242

Please sign in to comment.