Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit e90438f

Browse files
committed
AppVeyor CI: Build aleth-interpreter.dll
1 parent 9c9c758 commit e90438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install:
4545
before_build: |
4646
if not exist build mkdir build
4747
cd build
48-
cmake -G "Visual Studio 14 2015 Win64" .. -DTESTS=%TESTS% -DEVMJIT=OFF
48+
cmake -G "Visual Studio 14 2015 Win64" .. -DALETH_INTERPRETER_SHARED=ON
4949
build_script: |
5050
cmake --build . --config %CONFIGURATION% --target package
5151
test_script:

0 commit comments

Comments
 (0)