install gcc, cmake

This commit is contained in:
Tian Jin 2019-12-23 17:47:37 -05:00
parent 65240a1368
commit d601a34afa
1 changed files with 11 additions and 1 deletions

View File

@ -8,7 +8,17 @@ jobs:
- checkout
- run:
command: which git
name: Installing SUDO
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
- run:
name: Installing GCC
command: 'apt-get update && apt-get install -y gcc g++'
- run:
name: Install CMAKE
command: 'apt-get update && sudo apt-get install -y cmake'
- run:
command: gcc --version
- run:
name: Set up MLIR.