chore 📦: Improved build process for SDCC repository.
- Improved build process for SDCC repository.
This commit is contained in:
@@ -22,12 +22,18 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential libgmp-dev libmpfr-dev libncurses-dev git
|
sudo apt-get install -y build-essential libgmp-dev libmpfr-dev libncurses-dev git subversion
|
||||||
|
|
||||||
- name: Clone SDCC repository
|
# - name: Clone SDCC repository
|
||||||
|
# run: |
|
||||||
|
# git clone https://github.com/sdcc-team/sdcc.git
|
||||||
|
# cd sdcc
|
||||||
|
|
||||||
|
- name: Checkout SDCC using SVN
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/sdcc-team/sdcc.git
|
# Use SVN to checkout SDCC at a specific revision
|
||||||
cd sdcc
|
# svn co -r [rev] svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc
|
||||||
|
svn co -r 9092 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc
|
||||||
|
|
||||||
- name: Build SDCC
|
- name: Build SDCC
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user