From 12e440b646eeb78d32c1459be90fae4ddf36cf9a Mon Sep 17 00:00:00 2001 From: suleohis Date: Wed, 7 Sep 2022 15:01:46 +0100 Subject: [PATCH 1/6] PR --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..aae96e5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "files.associations": { + "pam_modules.h": "c", + "pam_appl.h": "c" + } +} \ No newline at end of file From 2ceb4e1f1aa8a9bea1fd80a5d2453939aba39078 Mon Sep 17 00:00:00 2001 From: suleohis <86976610+suleohis@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:16:17 +0100 Subject: [PATCH 2/6] Create main.yml --- .github/workflows/main.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..437e797 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,25 @@ +name: CI +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + + + volume-test-job: + runs-on: ubuntu-latest + + steps: + - name: checkout repo + uses: actions/checkout@v2 + - uses: addnab/docker-run-action@v3 + with: + options: -v ${{ github.workspace }}:/work -e ABC=123 + image: ghcr.io/aad-for-linux/pam_aad:ubuntu + run: | + cd work + pwd + make + ls From 5ecaf6af4b5e73c87bedad39c9e3256753af7227 Mon Sep 17 00:00:00 2001 From: suleohis <86976610+suleohis@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:19:07 +0100 Subject: [PATCH 3/6] Update main.yml --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 437e797..887418a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,8 @@ jobs: image: ghcr.io/aad-for-linux/pam_aad:ubuntu run: | cd work - pwd - make + ./bootstrap.sh + ./configure --with-pam-dir=/lib/x86_64-linux-gnu/security/ + make + sudo make install ls From da19307467ffebbcc615311663b19c6c75bc10e4 Mon Sep 17 00:00:00 2001 From: suleohis <86976610+suleohis@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:21:50 +0100 Subject: [PATCH 4/6] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 887418a..b035be9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,5 +23,5 @@ jobs: ./bootstrap.sh ./configure --with-pam-dir=/lib/x86_64-linux-gnu/security/ make - sudo make install + make install ls From 098ddfc4ea5981373fbfafc8564f38be0edee497 Mon Sep 17 00:00:00 2001 From: suleohis <86976610+suleohis@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:32:04 +0100 Subject: [PATCH 5/6] Update main.yml --- .github/workflows/main.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b035be9..52aa98e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,5 @@ -name: CI +name: build + on: push: branches: [ master ] @@ -6,22 +7,17 @@ on: branches: [ master ] jobs: - - - volume-test-job: + build: runs-on: ubuntu-latest - + steps: - - name: checkout repo - uses: actions/checkout@v2 + - uses: actions/checkout@v2 - uses: addnab/docker-run-action@v3 with: - options: -v ${{ github.workspace }}:/work -e ABC=123 + options: -v ${{ github.workspace }}:/usr/src/pam_aad image: ghcr.io/aad-for-linux/pam_aad:ubuntu run: | - cd work + cd /usr/src/pam_aad ./bootstrap.sh - ./configure --with-pam-dir=/lib/x86_64-linux-gnu/security/ + ./configure make - make install - ls From de98de923cb6b20af8b5fb150953232116ced915 Mon Sep 17 00:00:00 2001 From: suleohis Date: Tue, 27 Sep 2022 13:21:22 +0100 Subject: [PATCH 6/6] sds --- .gitmodules | 3 +++ sds | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 sds diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..55b556d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "sds"] + path = sds + url = https://github.com/aad-for-linux/sds.git diff --git a/sds b/sds new file mode 160000 index 0000000..fb46314 --- /dev/null +++ b/sds @@ -0,0 +1 @@ +Subproject commit fb463145c9c245636feb28b5aac0fc897e16f67e