Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Tiny AES C
Commits
6a0bce9e
Unverified
Commit
6a0bce9e
authored
Jan 09, 2021
by
kokke
Committed by
GitHub
Jan 09, 2021
Browse files
Create c-cpp.yml
parent
cd58bb2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/c-cpp.yml
0 → 100644
View file @
6a0bce9e
name
:
C/C++ CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
make clean
run
:
make clean
-
name
:
make
run
:
make
-
name
:
make test
run
:
make test
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