Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Cabal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
3c7a2220
Unverified
Commit
3c7a2220
authored
Jun 13, 2020
by
Oleg Grenrus
Committed by
GitHub
Jun 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6902 from phadej/ci-uname
Add uname -a to jobs
parents
33860e5b
f3464dbb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
0 deletions
+42
-0
.github/workflows/linux.yml
.github/workflows/linux.yml
+30
-0
.github/workflows/macos.yml
.github/workflows/macos.yml
+6
-0
boot/ci-linux.template.yml
boot/ci-linux.template.yml
+3
-0
boot/ci-macos.template.yml
boot/ci-macos.template.yml
+3
-0
No files found.
.github/workflows/linux.yml
View file @
3c7a2220
...
...
@@ -25,6 +25,9 @@ jobs:
container
:
image
:
phadej/ghc:8.10.1-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -68,6 +71,9 @@ jobs:
container
:
image
:
phadej/ghc:8.8.3-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -112,6 +118,9 @@ jobs:
container
:
image
:
phadej/ghc:8.6.5-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -156,6 +165,9 @@ jobs:
container
:
image
:
phadej/ghc:8.4.4-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -200,6 +212,9 @@ jobs:
container
:
image
:
phadej/ghc:8.2.2-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -244,6 +259,9 @@ jobs:
container
:
image
:
phadej/ghc:8.0.2-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -288,6 +306,9 @@ jobs:
container
:
image
:
phadej/ghc:7.10.3-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -332,6 +353,9 @@ jobs:
container
:
image
:
phadej/ghc:7.8.4-bionic
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -370,6 +394,9 @@ jobs:
container
:
image
:
phadej/ghc:7.6.3-xenial
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
@@ -412,6 +439,9 @@ jobs:
container
:
image
:
phadej/ghc:8.8.3-xenial
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
.github/workflows/macos.yml
View file @
3c7a2220
...
...
@@ -22,6 +22,9 @@ jobs:
name
:
validate.sh macos ghc-8.8.3
runs-on
:
macos-latest
steps
:
-
name
:
System info
run
:
|
uname -a
-
name
:
Install Autotools
run
:
|
brew install automake
...
...
@@ -74,6 +77,9 @@ jobs:
runs-on
:
macos-latest
needs
:
validate-macos-8_8_3
steps
:
-
name
:
System info
run
:
|
uname -a
-
name
:
Install Autotools
run
:
|
brew install automake
...
...
boot/ci-linux.template.yml
View file @
3c7a2220
...
...
@@ -28,6 +28,9 @@ jobs:
container
:
image
:
phadej/ghc:{{job.version}}-{% if job.xenial %}xenial{% else %}bionic{% endif %}
steps
:
-
name
:
System info
run
:
|
uname -a
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#add-a-system-path-add-path
-
name
:
Set PATH
run
:
|
...
...
boot/ci-macos.template.yml
View file @
3c7a2220
...
...
@@ -26,6 +26,9 @@ jobs:
needs
:
validate-macos-{{ mangleVersion needs }}
{
%
endfor %
}
steps
:
-
name
:
System info
run
:
|
uname -a
-
name
:
Install Autotools
run
:
|
brew install automake
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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