Home
last modified time | relevance | path

Searched full:buildscripts (Results 1 – 3 of 3) sorted by relevance

/third_party/libjpeg-turbo/
D.travis.yml79 … clone --depth=1 https://github.com/libjpeg-turbo/buildscripts.git -b $TRAVIS_BRANCH ~/src/buildsc…
84 mv ci/gpgsign ~/src/buildscripts &&
96buildscripts:/root/src/buildscripts -v $TRAVIS_BUILD_DIR:/root/src/libjpeg-turbo -v $HOME/.gnupg:/…
100 PATH=$PATH:~/src/gas-preprocessor ~/src/buildscripts/buildljt -d $TRAVIS_BUILD_DIR -v &&
Dappveyor.yml35 …one --depth=1 https://github.com/libjpeg-turbo/buildscripts.git -b %APPVEYOR_REPO_BRANCH% c:/build…
46 bash c:/buildscripts/buildljt -d %MINGWPATH% -b /c/ljt.nightly -v
/third_party/typescript/
DGulpfile.mjs25 const buildScripts = () => buildProject("scripts"); function
26 task("scripts", buildScripts);
552 task("configure-nightly", series(buildScripts, configureNightly));