Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
- name: Install Mozilla static library
run: |
oolite/ShellScripts/Linux/install_mozilla_js.sh system
echo "/usr/local/lib" | tee -a /etc/ld.so.conf
ldconfig
- name: Build Oolite
env:
SEMVER: ${{ needs.common.outputs.SEMVER }}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Build GNUstep
run: |
ShellScripts/Linux/build_gnustep.sh system
echo "/usr/local/lib" | tee -a /etc/ld.so.conf
ldconfig
- name: Install Mozilla static library
run: |
ShellScripts/Linux/install_mozilla_js.sh system
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
- name: Install Mozilla static library
run: |
ShellScripts/Linux/install_mozilla_js.sh system
echo "/usr/local/lib64" | tee -a /etc/ld.so.conf
ldconfig
- name: Build and test Oolite
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
run: |
Expand Down Expand Up @@ -123,6 +127,8 @@ jobs:
- name: Install Mozilla static library
run: |
ShellScripts/Linux/install_mozilla_js.sh system
echo "/usr/local/lib" | tee -a /etc/ld.so.conf
ldconfig
- name: Build and test Oolite
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
run: |
Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ deps/libpng

# Build products
build/
oolite.app
obj.spk
obj.win.spk
obj.spk.dbg
obj.win.spk.dbg
tools/icosmesh/obj
doxygen/
libobjc2/
Expand Down
129 changes: 0 additions & 129 deletions Doc/ExternalLibrariesSourceCodeChanges.txt

This file was deleted.

149 changes: 0 additions & 149 deletions Doc/FAQ.TXT

This file was deleted.

Loading
Loading