From 70d1918aa4350300bd531add5844cae92f3f5a01 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Thu, 1 Feb 2018 18:50:27 +0100 Subject: [PATCH] Fix the AppVeyor script --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index ecdfbb37c..da0adbbed 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,4 +9,4 @@ install: - pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-freetype mingw-w64-x86_64-fltk git make bison mingw-w64-x86_64-python2 build_script: - - bash -lc "make -C $APPVEYOR_BUILD_FOLDER PLATFORM=simulator app.exe test.exe" + - bash -lc "make -C $APPVEYOR_BUILD_FOLDER PLATFORM=simulator epsilon.exe test.exe"