-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Shaikh-Ubaid/ci2
CI: Add initial version II
- Loading branch information
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -69,4 +64,4 @@ jobs: | |
shell: bash -e -l {0} | ||
run: | | ||
cd lpython | ||
./run_tests.py | ||
./run_tests.py --skip-run-with-dbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ dependencies: | |
- nodejs=18.12.1 | ||
- make=4.3 | ||
- cmake=3.25.2 | ||
- toml=0.10.2 |