Skip to content

Commit 578eb17

Browse files
committed
Remove Flex/Bison from AppVeyor and Travis
With the merge of #4345 we no longer depend on Flex and Bison being installed for our testing. AppVeyor seems to be broken at the moment in that checksums are failing when installing this package. We fix the issue by removing the dependency as it is no longer needed. Signed-off-by: Filip Jeremic <[email protected]>
1 parent c1ba8e2 commit 578eb17

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ environment:
3030
TEST_RESULT_DIR: '%APPVEYOR_BUILD_FOLDER%\test_results'
3131
GTEST_OUTPUT: 'xml:%TEST_RESULT_DIR%\'
3232

33-
install:
34-
- cinst winflexbison
35-
3633
before_build:
3734
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
3835
- set PATH=C:\Python37;%PATH%

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ matrix:
4141
addons:
4242
apt:
4343
packages:
44-
- bison
4544
- clang-3.8
4645
- libclang-3.8-dev
4746
- llvm-3.8

0 commit comments

Comments
 (0)