From 2dc148a475d4425468f0b1bedb33abc7fc6bdcb5 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Tue, 21 Jan 2020 12:13:03 -0500 Subject: [PATCH] Export the EMSOFTPATHNAME environment var for testing on Linux --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 389b9d7..55dc3ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: |