Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
16
common/travis/prepare.sh
Executable file
16
common/travis/prepare.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# prepare.sh
|
||||
|
||||
set -e
|
||||
|
||||
/bin/echo -e '\x1b[32mUpdating etc/conf...\x1b[0m'
|
||||
echo XBPS_BUILD_ENVIRONMENT=void-packages-ci >> etc/conf
|
||||
echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
|
||||
|
||||
/bin/echo -e '\x1b[32mEnabling uchroot chroot-style...\x1b[0m'
|
||||
echo XBPS_CHROOT_CMD=uchroot >> etc/conf
|
||||
|
||||
/bin/echo -e '\x1b[32mBootstrapping...\x1b[0m'
|
||||
|
||||
./xbps-src binary-bootstrap
|
||||
Reference in New Issue
Block a user