Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Add sds as a submodule#31

Open
suleohis wants to merge 7 commits into
aad-for-linux:masterfrom
suleohis:master
Open

Add sds as a submodule#31
suleohis wants to merge 7 commits into
aad-for-linux:masterfrom
suleohis:master

Conversation

@suleohis

Copy link
Copy Markdown

No description provided.

Comment on lines +1 to +23
name: build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/usr/src/pam_aad
image: ghcr.io/aad-for-linux/pam_aad:ubuntu
run: |
cd /usr/src/pam_aad
./bootstrap.sh
./configure
make

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this file.

Comment thread .vscode/settings.json
Comment on lines +1 to +6
{
"files.associations": {
"pam_modules.h": "c",
"pam_appl.h": "c"
}
} No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need this file.

@oxr463

oxr463 commented Sep 27, 2022

Copy link
Copy Markdown
Contributor

What error are you getting from autotools when you try to build?

@oxr463 oxr463 changed the title Sds submodule added Add sds as a submodule Sep 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants