Skip to content

compiler-explorer/vala-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Vala build scripts.

The repository is part of the Compiler Explorer project. It builds the docker images used to build the various Vala compilers used on the site.

Testing

mkdir /tmp/vala
docker build -t valabuilder .
docker run --rm -v/tmp/vala:/vala valabuilder ./build.sh 0.56.6 /vala
# results will be in /tmp/vala on the host machine

About

Builder for the vala binaries on Compiler Explorer

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 76.1%
  • Dockerfile 23.9%