-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.linux-64.yaml
More file actions
27 lines (26 loc) · 977 Bytes
/
Copy pathdocker-compose.linux-64.yaml
File metadata and controls
27 lines (26 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: "3.9"
services:
build:
image: browser4j-cef-linux64
working_dir: /workspace
volumes:
# - ./native:/workspace/native
# - ./tools:/workspace/tools
# - ./third_party:/workspace/third_party
# - ./java:/workspace/java
# - ./cmake:/workspace/cmake
# - ./build.gradle:/workspace/build.gradle
# - ./gradlew:/workspace/gradlew
# - ./gradlew.bat:/workspace/gradlew.bat
# - ./settings.gradle:/workspace/settings.gradle
# - ./CMakeLists.txt:/workspace/CMakeLists.txt
# - ./.style.cfg:/workspace/.style.cfg
# - ./.style.yapf:/workspace/.style.yapf
# - ./appveyor.yml:/workspace/appveyor.yml
# - ./jcef_build_linux_64:/workspace/jcef_build
# - ./gradle:/workspace/gradle
# - ./.clang-format:/workspace/.clang-format
- ".:/workspace"
- "./jcef_build_linux_64:/workspace/jcef_build"
command: >
bash -lc "./gradlew cmakeConfigure nativeRelease makeDistrib --no-daemon"