diff options
author | Croydon <cr0ydon@outlook.com> | 2018-12-06 06:51:52 (GMT) |
---|---|---|
committer | Croydon <cr0ydon@outlook.com> | 2018-12-09 03:22:34 (GMT) |
commit | d8bc52b3bc9535e0f1b815cef4eb82c54752c810 (patch) | |
tree | d385885c6fd479a848533510909f02a135da5ee1 | |
parent | 6bf5897ea6198634ed7814cc3c104f1b3f89ad53 (diff) | |
download | Doxygen-d8bc52b3bc9535e0f1b815cef4eb82c54752c810.zip Doxygen-d8bc52b3bc9535e0f1b815cef4eb82c54752c810.tar.gz Doxygen-d8bc52b3bc9535e0f1b815cef4eb82c54752c810.tar.bz2 |
Travis: Remove manual winflexbison installation
Should have happened in the "AppVeyor: Install winflexbison via Conan" commit ealierer.
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4c58510..61cb2e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,8 +20,6 @@ init: - msbuild /version install: - - ps: Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.15/win_flex_bison-2.5.15.zip -OutFile flex.zip - - 7z x flex.zip -oC:\deps\flex - ps: Invoke-WebRequest http://doxygen.nl/testing/miktex.zip -OutFile miktex.zip - 7z x miktex.zip -oC:\deps\miktex # Disabled MikTeX installed due to unreliable download @@ -40,7 +38,7 @@ install: winflexbison/2.5.16@bincrafters/stable" | Out-File -Encoding ASCII -FilePath conanfile.txt - conan install . -g virtualrunenv --build missing - activate_run.bat - - set "PATH=%PATH%;C:\deps\ghostscript\bin;C:\deps\flex;C:\deps\miktex\miktex\bin" + - set "PATH=%PATH%;C:\deps\ghostscript\bin;C:\deps\miktex\miktex\bin" before_build: - if "%platform%"=="Win32" ( set "CMAKE_GENERATOR_NAME=Visual Studio %VSVERSION%" ) |