Skip to content

Commit

Permalink
Export the EMSOFTPATHNAME environment var for testing on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
imikejackson committed Jan 21, 2020
1 parent 82f0d7d commit 2dc148a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ stages:
displayName: 'Compile EMsoft'
- script: |
cd $(Build.BinariesDirectory)
export EMSOFTPATHNAME=$(Build.Repository.LocalPath)/EMsoft
$(Agent.WorkFolder)/../cmake-3.16.2-Linux-x86_64/bin/ctest -D Experimental --timeout 7200 -DCTEST_SITE=$(Agent.MachineName).bluequartz.net -Ddashboard_source_name=EMsoft
displayName: 'Testing EMsoft'
- script: |
Expand Down

0 comments on commit 2dc148a

Please sign in to comment.