Add bison and flex.

This commit is contained in:
David Given 2018-09-01 11:25:03 +02:00
parent bc1a639697
commit a7719a8fe6

View file

@ -7,7 +7,7 @@ build:
shell: sh shell: sh
commands: commands:
- apt update - apt update
- apt install build-essential - apt install build-essential bison flex
- make - make
cygwin: cygwin:
image: teaci/cygwin32 image: teaci/cygwin32