jak-project/third-party/replxx/.travis.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

15 lines
205 B
YAML
Vendored
Generated

language: C++
dist: bionic
script:
- ./build-all.sh
- env SKIP=8bit_encoding ./tests.py
addons:
apt:
packages:
- g++
- cmake
- python3-pexpect
sudo: false
cache:
ccache: true