- This makefile orchestrate the use of cmake/docker to test cmake - add cache/ to .gitignore
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -x
|
|
apk add --no-cache git build-base linux-headers cmake swig \
|
|
python3-dev py3-virtualenv
|
|
python3 -m pip install wheel
|