diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-09 20:40:49 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-09 20:41:22 +0200 |
| commit | a55e414f6709c6b22ff9805cd32a40fae9da2538 (patch) | |
| tree | eae9b8e9d6415b9b68d847ee83e4f3f4c126be87 /.github | |
| parent | 4f3b4275d79d2c9d9fe3de3932e235ce2262e5f5 (diff) | |
| download | minishell-a55e414f6709c6b22ff9805cd32a40fae9da2538.tar.gz minishell-a55e414f6709c6b22ff9805cd32a40fae9da2538.tar.bz2 minishell-a55e414f6709c6b22ff9805cd32a40fae9da2538.zip | |
Added interpolation prototype (segfault on linux otherwise)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml deleted file mode 100644 index b93f06e..0000000 --- a/.github/workflows/c-cpp.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: C/C++ CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: libft - run: git submodule update --init libft - - name: make - run: make - - name: test - run: ./minishell_test/run |
