1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-05 09:20:15 +00:00

Eliminate autotools/automake/configure.

This commit is contained in:
Arthur O'Dwyer
2021-03-10 17:06:44 -05:00
parent 5ade959c02
commit 77cc0cc01b
10 changed files with 6 additions and 550 deletions

View File

@@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [gcc, clang]
build_system: [makefile, autotools, mymake]
build_system: [makefile, mymake]
hyper_use_rviz: [rviz_1, rviz_0]
hyper_use_png: [png_1]
hyper_use_glew: [glew_1]
@@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
compiler: [gcc]
build_system: [makefile, autotools, mymake]
build_system: [makefile, mymake]
hyper_use_rviz: [rviz_1, rviz_0]
hyper_use_png: [png_1]
hyper_use_glew: [glew_1]