Skip to content

Commit b69fcd1

Browse files
author
dotchris90
committed
Feat : Try out CodeGen
1 parent 2547c19 commit b69fcd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ install:
88
- sh: sudo apt-get -y install libblas-dev liblapack-dev
99
build: off
1010
test_script:
11-
- pwsh: "&($env:APPVEYOR_BUILD_FOLDER + '/ExecuteUnitTests.ps1')"
11+
- pwsh: "&($env:APPVEYOR_BUILD_FOLDER + '/GenerateCode.ps1')"
12+
- pwsh: "&($env:APPVEYOR_BUILD_FOLDER + '/ExecuteUnitTests.ps1')"

0 commit comments

Comments
 (0)