From 4a6a979f89a459ba6a0a244c1ccbc29e18544fcd Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 1 Apr 2020 18:14:46 +0200 Subject: [PATCH] appveyor: choco install re2c (for the sequencer) --- .appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 047555d..53c72d9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,6 +15,14 @@ cache: - C:\Users\appveyor\.tools -> appveyor\do.py +#---------------------------------# +# additional packages # +#---------------------------------# + +install: +# for the sequencer + - cinst re2c + #---------------------------------# # repository cloning # #---------------------------------#