mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Several minor adjustments.
This commit is contained in:
parent
8236b0dd74
commit
efa50b0258
@ -4,7 +4,7 @@ install:
|
|||||||
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
|
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make -C src clean all CROSS_COMPILE=i686-w64-mingw32-
|
- make -C src clean bin CROSS_COMPILE=i686-w64-mingw32-
|
||||||
- make doc zip
|
- make doc zip
|
||||||
after_success:
|
after_success:
|
||||||
- make -f Makefile.gh-pages
|
- make -f Makefile.gh-pages
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
GH_PAGES = ../gh-pages
|
GH_PAGES = ../gh-pages
|
||||||
|
|
||||||
all:
|
all:
|
||||||
date +%D | zip -z cc65
|
date +%F | zip -z cc65
|
||||||
ifdef GH_TOKEN
|
ifdef GH_TOKEN
|
||||||
git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/oliverschmidt/cc65.git $(GH_PAGES)
|
git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/oliverschmidt/cc65.git $(GH_PAGES)
|
||||||
cd $(GH_PAGES) && git config user.name "Oliver Schmidt"
|
cd $(GH_PAGES) && git config user.name "Oliver Schmidt"
|
||||||
@ -14,7 +14,7 @@ ifdef GH_TOKEN
|
|||||||
cd $(GH_PAGES) && $(RM) -r doc download
|
cd $(GH_PAGES) && $(RM) -r doc download
|
||||||
cd $(GH_PAGES) && mkdir doc download
|
cd $(GH_PAGES) && mkdir doc download
|
||||||
cp html/*.* $(GH_PAGES)/doc
|
cp html/*.* $(GH_PAGES)/doc
|
||||||
cp cc65.zip $(GH_PAGES)/download/cc65-snapshot.zip
|
cp cc65.zip $(GH_PAGES)/download/cc65-snapshot-win32.zip
|
||||||
cd $(GH_PAGES) && git add -A doc download
|
cd $(GH_PAGES) && git add -A doc download
|
||||||
cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
|
cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
|
||||||
cd $(GH_PAGES) && git push
|
cd $(GH_PAGES) && git push
|
||||||
|
@ -33,7 +33,7 @@ DRVTYPES = emd \
|
|||||||
ser \
|
ser \
|
||||||
tgi
|
tgi
|
||||||
|
|
||||||
OUTPUTDIRS = lib \
|
OUTPUTDIRS := lib \
|
||||||
$(DRVTYPES) \
|
$(DRVTYPES) \
|
||||||
targetutil \
|
targetutil \
|
||||||
asminc \
|
asminc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user