-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous Integration #10
Comments
4 tasks
Jnchi
added a commit
that referenced
this issue
Nov 30, 2018
Jnchi
added a commit
that referenced
this issue
Nov 30, 2018
Jnchi
added a commit
that referenced
this issue
Nov 30, 2018
Taken from: c-dev Fix typo in travis-ci config See also: travis-ci/travis-ci#7998 |
|
FROM ubuntu:18.04
WORKDIR /usr/src/cyberninjas/pam_aad
COPY . /usr/src/cyberninjas/pam_aad
RUN apt update && apt upgrade && \
apt install -y automake autolibjwt-dev build-essential libpam0g-dev libssl-dev libtool |
Jnchi
added a commit
that referenced
this issue
Nov 30, 2018
Jnchi
added a commit
that referenced
this issue
Nov 30, 2018
Jnchi
added a commit
that referenced
this issue
Dec 3, 2018
Jnchi
added a commit
that referenced
this issue
Dec 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
*Requires administrator privileges on the repository to enable.
.travis.yml
Travis CI - Building a C Project
Depends on: #11
The text was updated successfully, but these errors were encountered: