Browse Source

Add make to CI image

pull/956/head
Anders Jenbo 5 years ago
parent
commit
8bf46e13e4
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -12,7 +12,7 @@ jobs:
steps:
- checkout
- run: apt-get update -y
- run: apt-get install -y mingw-w64
- run: apt-get install -y mingw-w64 make
- run: make
- run: make debug

Loading…
Cancel
Save