Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Updated cd
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Oct 6, 2023
1 parent 286ddf8 commit 7597941
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
22 changes: 0 additions & 22 deletions .github/terraform/main.tf

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ jobs:
uses: actions/setup-python@v4
with: { python-version: "3.11" }

- name: Install dependencies
shell: bash
run: |
pip3 install conan
sudo apt install libssl-dev -y
bash < .github/scripts/conan-profile.sh
conan install . -b missing
- name: Setup MultiToolTask
if: matrix.os == 'windows-2022'
run: |
Expand All @@ -83,12 +73,6 @@ jobs:
shell: pwsh
run: cmake "--preset=ci-$("${{ matrix.os }}".split("-")[0])"

- name: Build
run: cmake --build build --config Release -j 2

- name: Install
run: cmake --install build --config Release --prefix prefix

- name: Create Dockerimage
run: docker build -t nutc-linter:latest .

Expand Down

0 comments on commit 7597941

Please sign in to comment.