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

Add MySQL to workflows #10

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Add MySQL to workflows #10

merged 2 commits into from
Jun 3, 2024

Conversation

Joaquel
Copy link
Contributor

@Joaquel Joaquel commented Jun 1, 2024

No description provided.

@@ -26,5 +26,6 @@ jobs:
./spcomp -E textstore.sp -o ../plugins/textstore.smx
./spcomp -E textstore_defaults.sp -o ../plugins/textstore_defaults.smx
./spcomp -E textstore_generic.sp -o ../plugins/textstore_generic.smx
./spcomp textstore_sqlite.sp -o ../plugins/textstore_sqlite.smx
./spcomp -E textstore_sqlite.sp -o ../plugins/textstore_sqlite.smx
./spcomp -E textstore_mysql.sp -o ../plugins/textstore_mysql.smx
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compiler will not accept -E as there is warnings related in the SQL plugins due to important feature being removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that explains what the compiler parameter was for.

Copy link
Contributor Author

@Joaquel Joaquel Jun 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, i think it's fixed now.

@Joaquel Joaquel requested a review from Batfoxkid June 2, 2024 20:19
@Batfoxkid Batfoxkid merged commit 94e9951 into Batfoxkid:master Jun 3, 2024
1 check passed
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