install gcc, cmake
This commit is contained in:
parent
65240a1368
commit
d601a34afa
|
@ -8,7 +8,17 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- 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:
|
- run:
|
||||||
name: Set up MLIR.
|
name: Set up MLIR.
|
||||||
|
|
Loading…
Reference in New Issue