瀏覽代碼

Archiving and packaging should not happen inside the ubuntu docker image.

master
Ray Burgemeestre 5 年之前
父節點
當前提交
3f538f1f9f
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      v8pp/Makefile

+ 2
- 2
v8pp/Makefile 查看文件

@@ -3,8 +3,8 @@ SHELL:=/bin/bash
v8pp:
git clone https://github.com/rayburgemeestre/v8pp
bash ../ubuntu1804.sh make build
bash ../ubuntu1804.sh make archive
bash ../ubuntu1804.sh make package
make archive
make package

build:
apt-get update

Loading…
取消
儲存