Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Francesco Gazzetta
Glasgow Haskell Compiler
Commits
33cbc9fb
Commit
33cbc9fb
authored
Nov 11, 2017
by
Ben Gamari
🐢
Browse files
CircleCI: Perform nightly validation of unregisterised build
parent
5fdb8588
Changes
1
Hide whitespace changes
Inline
Side-by-side
.circleci/config.yml
View file @
33cbc9fb
...
...
@@ -37,6 +37,10 @@ aliases:
run
:
name
:
Configure
command
:
./configure --target=x86_64-unknown-freebsd10
-
&configure_unreg
run
:
name
:
Configure
command
:
./configure --enable-unregisterised
-
&make
run
:
name
:
Build
...
...
@@ -124,6 +128,22 @@ jobs:
#- *collectartifacts
#- *storeartifacts
"
validate-x86_64-linux-unreg"
:
resource_class
:
xlarge
docker
:
-
image
:
haskell:8.2
environment
:
<<
:
*buildenv
steps
:
-
*precheckout
-
checkout
-
*prepare
-
*submodules
-
*boot
-
*configure_unreg
-
*make
-
*test
workflows
:
version
:
2
validate
:
...
...
@@ -133,6 +153,17 @@ workflows:
# - validate-x86_64-freebsd
-
validate-x86_64-darwin
nightly
:
triggers
:
-
schedule
:
cron
:
"
0
0
*
*
*"
filters
:
branches
:
only
:
-
master
jobs
:
-
validate-x86_64-linux-unreg
notify
:
webhooks
:
-
url
:
https://phabricator.haskell.org/harbormaster/hook/circleci/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment