mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Travis: build matrix improvements + CPP11 build
This commit is contained in:
@@ -163,6 +163,7 @@ private:
|
||||
void TestThreading::testAtomicSemaphoreThread()
|
||||
{
|
||||
Atomic<u32> val;
|
||||
val = 0;
|
||||
Semaphore trigger;
|
||||
static const u8 num_threads = 4;
|
||||
|
||||
|
Reference in New Issue
Block a user