Skip to content

naonao-dev/cola

Repository files navigation

cola

在线编译环境 cola on line ,安装xmake进行编译

sudo add-apt-repository ppa:xmake-io/xmake
sudo apt update
sudo apt install xmake

docker 环境

#去除缓存
docker builder prune
sudo docker build  --progress=plain -t xibei1220/cola:latest .
docker run -itd --net=host --name cola-test xibei1220/cola:latest
docker exec -it af72aead6bfb  /bin/bash