We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2547c19 commit b69fcd1Copy full SHA for b69fcd1
.appveyor.yml
@@ -8,4 +8,5 @@ install:
8
- sh: sudo apt-get -y install libblas-dev liblapack-dev
9
build: off
10
test_script:
11
-- pwsh: "&($env:APPVEYOR_BUILD_FOLDER + '/ExecuteUnitTests.ps1')"
+- pwsh: "&($env:APPVEYOR_BUILD_FOLDER + '/GenerateCode.ps1')"
12
+- pwsh: "&($env:APPVEYOR_BUILD_FOLDER + '/ExecuteUnitTests.ps1')"
0 commit comments