Skip to content

Commit

Permalink
build, refactor: support docker in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 24, 2023
1 parent c714801 commit 8fc19ca
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions build
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

. build_tools/scripts/build_env.sh
. build_tools/scripts/build
2 changes: 1 addition & 1 deletion build_tools
6 changes: 6 additions & 0 deletions tools/centos_deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clang,rpm -qa
gcc-c++,rpm -qa
make,rpm -qa
cmake,rpm -qa
libX11-devel,rpm -qa
git,rpm -qa
2 changes: 2 additions & 0 deletions tools/darwin_deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake,bin/cmake
ccache,bin/ccache
6 changes: 6 additions & 0 deletions tools/ubuntu_deps
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
clang-12,dpkg -s
g++,dpkg -s
make,dpkg -s
cmake,dpkg -s
ccache,dpkg -s
libx11-dev,dpkg -s

0 comments on commit 8fc19ca

Please sign in to comment.