Allow all languages in CI
This commit is contained in:
parent
6845be0ca1
commit
e4484ee74b
|
@ -28,9 +28,6 @@ install:
|
||||||
cp target/release/ante "${pkg}/usr/local/bin/"
|
cp target/release/ante "${pkg}/usr/local/bin/"
|
||||||
cp -R stdlib "${pkg}/opt/ante/"
|
cp -R stdlib "${pkg}/opt/ante/"
|
||||||
popd
|
popd
|
||||||
# Disallow this from running in CI because compiling LLVM takes 5+
|
|
||||||
# hours on the standard CircleCI runner.
|
|
||||||
disallowCI: true
|
|
||||||
|
|
||||||
setup: |
|
setup: |
|
||||||
mkdir -p "$HOME/.config/ante"
|
mkdir -p "$HOME/.config/ante"
|
||||||
|
|
|
@ -21,10 +21,6 @@ install:
|
||||||
"${pkg}/usr/local/bin/unison" -codebase . init
|
"${pkg}/usr/local/bin/unison" -codebase . init
|
||||||
LESS="+q" "${pkg}/usr/local/bin/unison" -codebase . <<< 'pull https://github.com/unisonweb/base:.trunk .base'
|
LESS="+q" "${pkg}/usr/local/bin/unison" -codebase . <<< 'pull https://github.com/unisonweb/base:.trunk .base'
|
||||||
popd
|
popd
|
||||||
# Doing the pull operation seems to hang forever in CI, and then
|
|
||||||
# eventually the job gets killed. I think it might be using too much
|
|
||||||
# memory.
|
|
||||||
disallowCI: true
|
|
||||||
|
|
||||||
setup: |
|
setup: |
|
||||||
shopt -s dotglob
|
shopt -s dotglob
|
||||||
|
|
Loading…
Reference in New Issue