Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable compile without DCS #269

Merged

Conversation

charliefoxtwo
Copy link
Member

@charliefoxtwo charliefoxtwo commented Sep 29, 2023

This enables BIOS to be "compiled" without DCS present. This also adds this "compilation" to the github actions to verify that it works in PRs and before releases.

The test/compile/JSON.lua was just taken from the DCS directory. It's not even anything dcs-specific - it comes from here

This took a lot of changes to make paths cross-OS compatible.

This will conflict with the other migration PRs in BIOS.lua as the names of the file imports needed to be fixed as unix systems have case-sensitive file names but windows systems do not, and the path separator needed to be changed. It should be an easy conflict to resolve.

@jdahlblom jdahlblom merged commit 8905fac into DCS-Skunkworks:master Sep 29, 2023
@charliefoxtwo charliefoxtwo deleted the feature/local-compile-no-dcs branch September 29, 2023 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants