Skip to content

Commit

Permalink
Merge pull request #3 from Shaikh-Ubaid/ci2
Browse files Browse the repository at this point in the history
CI: Add initial version II
  • Loading branch information
Shaikh-Ubaid authored Sep 25, 2023
2 parents 177c153 + 654cca9 commit 7b4b542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,8 @@ jobs:
- name: Clone LPython Source Repository
shell: bash -e -l {0}
run: |
mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
eval "$(ssh-agent -s)"
git clone [email protected]:lcompilers/lpython.git
git fetch --tags -f
git clone https://github.com/lcompilers/lpython.git
git fetch https://github.com/lcompilers/lpython.git --tags -f
git checkout v0.20.0
- name: Run LPython Ctest
Expand All @@ -69,4 +64,4 @@ jobs:
shell: bash -e -l {0}
run: |
cd lpython
./run_tests.py
./run_tests.py --skip-run-with-dbg
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dependencies:
- nodejs=18.12.1
- make=4.3
- cmake=3.25.2
- toml=0.10.2

0 comments on commit 7b4b542

Please sign in to comment.