1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-28 06:08:14 +00:00

Call hyperrogue after build, as a smoke test

This commit is contained in:
Dmitry Marakasov 2018-06-26 15:48:54 +03:00
parent 7ead4fd7ac
commit 823930a1cf

View File

@ -16,3 +16,4 @@ script:
- ./configure - ./configure
- make - make
- sudo make install - sudo make install
- ./hyperrogue --help