appveyor: choco install re2c (for the sequencer)

This commit is contained in:
Ralph Lange
2020-04-01 18:14:46 +02:00
parent 81bf29b8ca
commit 4a6a979f89

View File

@@ -15,6 +15,14 @@
cache:
- C:\Users\appveyor\.tools -> appveyor\do.py
#---------------------------------#
# additional packages #
#---------------------------------#
install:
# for the sequencer
- cinst re2c
#---------------------------------#
# repository cloning #
#---------------------------------#