Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit bc7b3fe

Browse files
committed
Remove travis
1 parent 304aefa commit bc7b3fe

File tree

3 files changed

+8
-24
lines changed

3 files changed

+8
-24
lines changed

.github/workflows/doc.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
name: Build & Deploy
2-
3-
on:
4-
push:
5-
branches: [ master ]
6-
7-
# Allows you to run this workflow manually from the Actions tab
8-
workflow_dispatch:
1+
name: Build & Lint
2+
on: [push, pull_request]
93

104
jobs:
115
build:

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🌑 ``rglua`` [![cratesio](https://img.shields.io/crates/v/rglua.svg)](https://crates.io/crates/rglua) ![Build Status](https://www.travis-ci.com/Vurv78/rglua.svg?branch=main) [![License](https://img.shields.io/github/license/Vurv78/rglua?color=red)](https://opensource.org/licenses/Apache-2.0) [![github/Vurv78](https://img.shields.io/discord/824727565948157963?label=Discord&logo=discord&logoColor=ffffff&labelColor=7289DA&color=2c2f33)](https://discord.gg/epJFC6cNsw)
1+
# 🌑 ``rglua`` [![cratesio](https://img.shields.io/crates/v/rglua.svg)](https://crates.io/crates/rglua) ![Build Status](https://github.com/Vurv78/rglua/actions/workflows/ci.yml/badge.svg) [![License](https://img.shields.io/github/license/Vurv78/rglua?color=red)](https://opensource.org/licenses/Apache-2.0) [![github/Vurv78](https://img.shields.io/discord/824727565948157963?label=Discord&logo=discord&logoColor=ffffff&labelColor=7289DA&color=2c2f33)](https://discord.gg/epJFC6cNsw)
22

33
This is a crate that allows interop with the luajit c api as well as the source sdk through libloading and vtable bindings.
44
You can then use these for binary modules or manually injected code, like with [Autorun-rs](https://github.com/Vurv78/Autorun-rs)
@@ -13,3 +13,8 @@ cargo build --release --target=i686-pc-windows-msvc
1313
## Acknowledgements
1414
### [garrysmod_common](https://github.com/danielga/garrysmod_common)
1515
This is heavily based off of garrysmod_common, in how we export the lua_shared functions and trying to replicate everything from the Lua C Api.
16+
17+
18+
## Comparison
19+
There are actually a decent amount of libraries out there for gmod development
20+

0 commit comments

Comments
 (0)