Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
feh
Commits
8f457771
Commit
8f457771
authored
4 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Github CI: oh FFS
parent
e43916d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/c.yml
+6
-4
6 additions, 4 deletions
.github/workflows/c.yml
with
6 additions
and
4 deletions
.github/workflows/c.yml
+
6
−
4
View file @
8f457771
...
...
@@ -21,16 +21,18 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
name
:
APT
run
:
sudo apt-get -y update
-
name
:
Install Dependencies
run
:
sudo apt install build-essential libx11-dev libxt-dev libimlib2-dev libtest-command-perl libtest-simple-perl
run
:
sudo apt
-get -y
install build-essential libx11-dev libxt-dev libimlib2-dev libtest-command-perl libtest-simple-perl
-
name
:
Install libcurl
if
:
matrix.curl
run
:
sudo apt install libcurl4-openssl-dev
run
:
sudo apt
-get -y
install libcurl4-openssl-dev
-
name
:
Install libexif
if
:
matrix.exif
run
:
sudo apt install libexif-dev
run
:
sudo apt
-get -y
install libexif-dev
-
name
:
Install Xinerama
if
:
matrix.xinerama
run
:
sudo apt install libxinerama-dev
run
:
sudo apt
-get -y
install libxinerama-dev
-
name
:
Build and Test
run
:
for inotify in 0 1; do for verscmp in 0 1; do make curl=${{ matrix.curl }} exif=${{ matrix.exif }} inotify=$inotify verscmp=$verscmp xinerama=${{ matrix.xinerama }} && make test && make clean; done; done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment