chore: initial project setup
- Add Dockerfile for build environment - Add docker-compose.yml for container orchestration - Add docker-entrypoint.sh for build process automation - Add .env for environment configuration - Add .gitignore for ignoring build artifacts and temporary files - Add README.md with build instructions - Add LICENSE (Apache 2.0)
This commit is contained in:
commit
c5e7c48779
8 changed files with 607 additions and 0 deletions
3
.env
Normal file
3
.env
Normal file
|
@ -0,0 +1,3 @@
|
|||
USE_CCACHE=1
|
||||
CCACHE_DIR=/workspace/.ccache
|
||||
BUILD_THREADS=8
|
Loading…
Add table
Add a link
Reference in a new issue