fix directory change

This commit is contained in:
Alex Groce 2018-07-12 19:08:44 -07:00
parent bcc2e23ea7
commit c52812d578

View File

@ -5,9 +5,6 @@ python:
- "2.7"
install:
- sudo apt-get install build-essential gcc-multilib cmake python python-setuptools libffi-dev
- ls
- pwd
- cd deepstate
- mkdir build
- cd build
- cmake ..