-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef3672a
commit 8a11c64
Showing
5 changed files
with
30 additions
and
2 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
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 |
---|---|---|
|
@@ -20,7 +20,8 @@ freebsd_task: | |
mv ofront+ Target/FreeBSD_amd64 | ||
mv omake Target/FreeBSD_amd64 | ||
mv showdef Target/FreeBSD_amd64 | ||
git rm .cirrus.yml | ||
mv Target/Linux_i386/Bin/.cirrus.yml . | ||
git add .cirrus.yml | ||
git add Target | ||
git -c user.name='zorko' -c user.email='zorko@vedasoft' commit -m "cc #$CIRRUS_OS" | ||
git push -q https://Oleg-N-Cher:[email protected]/Oleg-N-Cher/OfrontPlus-bootstrap.git HEAD:master | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
linux_x86_task: | ||
container: | ||
cpu: 4 | ||
memory: 4G | ||
image: gcc:latest | ||
environment: | ||
CIRRUS_KEY: ENCRYPTED[0d928cf2f2b4e912a319e684389a48e71ef890d05fea5287ab4b26adc25093395010d777f7ab56cefeb0458b9667cb5a] | ||
timeout_in: 10m | ||
install_script: dpkg --add-architecture i386 && apt-get update && apt-get install -y gcc-12-base:i386 libc6-dev:i386 | ||
script: | | ||
chmod +x cc-bootstrap | ||
cd unix-44 | ||
../cc-bootstrap -m32 | ||
cd .. | ||
mkdir -p Target/Linux_i386 | ||
mv graphviz Target/Linux_i386 | ||
mv ocat Target/Linux_i386 | ||
mv odc2txt Target/Linux_i386 | ||
mv oef Target/Linux_i386 | ||
mv ofront+ Target/Linux_i386 | ||
mv omake Target/Linux_i386 | ||
mv showdef Target/Linux_i386 | ||
git rm .cirrus.yml | ||
git add Target | ||
git -c user.name='zorko' -c user.email='zorko@vedasoft' commit -m "cc #$CIRRUS_OS" | ||
git push -q https://Oleg-N-Cher:[email protected]/Oleg-N-Cher/OfrontPlus-bootstrap.git HEAD:master &>/dev/null |
Binary file not shown.