jak-project/third-party/replxx/.appveyor.yml
Tyler Wilding 8bba3d7fd7
REPL: Add clear-screen / auto-complete / basic hints and syntax highlighting (#316)
* swap to replxx from linenoise

* repl: Implement form auto-tab-completion

* repl: color coordinate the prompts

* repl: Add some basic syntax highlighting, bracket pairs and forms (all one color)

* repl: A more consistent starting screen for the repl

* repl: bug fix for auto-complete

* debug linux

* linting
2021-03-07 23:41:21 -05:00

12 lines
251 B
YAML
Vendored
Generated

version: 1.0.{build}
branches:
only:
- master
configuration: Release
build:
build_script:
- md build
- cd %APPVEYOR_BUILD_FOLDER%\build
- cmake -G "Visual Studio 12 Win64" -DCMAKE_BUILD_TYPE=Release ..
- cmake --build . --config Release